Changeset 1430 for trunk/doc/namespaces.doxygen
- Timestamp:
- Aug 21, 2008, 8:35:16 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/namespaces.doxygen
r1275 r1430 4 4 Copyright (C) 2005 Jari Häkkinen, Peter Johansson, Markus Ringnér 5 5 Copyright (C) 2006, 2007 Jari Häkkinen, Peter Johansson 6 Copyright (C) 2008 Peter Johansson 6 7 7 8 This file is part of the yat library, http://trac.thep.lu.se/yat … … 52 53 /// 53 54 54 ///55 /// @namespace theplu::yat::utility56 ///57 /// Needed yat functionality that we don't know where to put usually58 /// ends up in the utility namespace until we figure out their proper59 /// namespace location.60 ///61 /// @brief Miscellaneous functionality.62 ///63 64 55 /// 65 56 /// @namespace theplu::yat::classifier … … 69 60 /// 70 61 /// @brief Classifier related classes. 62 /// 63 64 /// 65 /// @namespace theplu::yat::normalization 66 /// 67 /// @brief Normalization of data 68 /// 69 70 /// 71 /// @namespace theplu::yat::regression 72 /// 73 /// @brief Statistical modeling of data. 71 74 /// 72 75 … … 82 85 83 86 /// 84 /// @namespace theplu::yat:: regression87 /// @namespace theplu::yat::utility 85 88 /// 86 /// @brief Statistical modeling of data. 89 /// Needed yat functionality that we don't know where to put usually 90 /// ends up in the utility namespace until we figure out their proper 91 /// namespace location. 92 /// 93 /// @brief Miscellaneous functionality. 87 94 /// 88 95 96
Note: See TracChangeset
for help on using the changeset viewer.