- Timestamp:
- May 2, 2005, 4:10:50 PM (18 years ago)
- Location:
- trunk/doc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/doxygen.config
r303 r304 50 50 # the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES 51 51 52 EXTRACT_ALL = YES52 EXTRACT_ALL = NO 53 53 54 54 # If the EXTRACT_PRIVATE tag is set to YES all private members of a class -
trunk/doc/namespaces.doxygen
r303 r304 1 1 // $Id$ 2 2 3 /** 4 \namespace theplu 5 All our C++ projects should ideally be defined within theplu namespace. 6 */ 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 7 47 8 48
Note: See TracChangeset
for help on using the changeset viewer.