source: trunk/doc/namespaces.doxygen @ 338

Last change on this file since 338 was 304, checked in by Peter, 18 years ago

moved namespace dox to separate file

File size: 1.0 KB
Line 
1// $Id$
2
3///
4/// @namespace theplu
5/// All our C++ projects should ideally be defined within theplu namespace.
6///
7/// @brief
8
9///
10/// @namespace theplu::gslapi
11/// All GSL wrapper functionality is to be defined within gslapi
12/// namespace.
13///
14/// There are a number of support operators and functions for the
15/// wrapper classes that do not belong to the classes themselves, but
16/// still are defined in this namespace.
17///
18/// @brief GSL wrapper
19
20///
21/// @namespace theplu::utility
22///
23/// @brief Miscellaneous
24///
25
26///
27/// @namespace theplu::utility::alignment
28/// All alignment algorithm should go into the aligment namespace
29///
30/// @brief Container for alignment algorithms
31///
32
33///
34/// @namespace theplu::svm
35/// All classes associated to the usage of the
36/// SVM class should be defined within this namespace
37///
38/// @brief SVM related classes
39///
40
41///
42/// @namespace theplu::statistics All classes and functions related to
43/// statistical methods or functions should be defined within this
44/// namespace.
45///
46/// @brief Statistical methods and functions
47
48
Note: See TracBrowser for help on using the repository browser.