aboutsummaryrefslogtreecommitdiffstats
path: root/core/opt_traits.hpp
diff options
context:
space:
mode:
authorastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2009-08-23 12:22:16 +0000
committerastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2009-08-23 12:22:16 +0000
commitf610fea48309b72fa0133ee2bafe622753dcd496 (patch)
treead60c33591f986ccc66fd37e660288d8a4f0389d /core/opt_traits.hpp
parent9c0eb6f71a841f0a0c76a13ece07d4eeb5f945d3 (diff)
downloadopt-utilities-f610fea48309b72fa0133ee2bafe622753dcd496.tar.bz2
git-svn-id: file:///home/svn/opt_utilities@52 ed2142bd-67ad-457f-ba7c-d818d4011675
Diffstat (limited to 'core/opt_traits.hpp')
-rw-r--r--core/opt_traits.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/opt_traits.hpp b/core/opt_traits.hpp
index 7c2638a..c660208 100644
--- a/core/opt_traits.hpp
+++ b/core/opt_traits.hpp
@@ -19,7 +19,7 @@ namespace opt_utilities
}
/**
- Trait class, in which the types of elements in an array are defined
+ \brief Trait class, in which the types of elements in an array are defined
\tparam the type of the array object
*/
template <typename T>
@@ -34,7 +34,7 @@ namespace opt_utilities
/**
- The return type trait of some certain data types.
+ \brief The return type trait of some certain data types.
*/
template <typename T>
class return_type_trait