diff options
author | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2009-08-23 12:22:16 +0000 |
---|---|---|
committer | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2009-08-23 12:22:16 +0000 |
commit | f610fea48309b72fa0133ee2bafe622753dcd496 (patch) | |
tree | ad60c33591f986ccc66fd37e660288d8a4f0389d /core/opt_exception.hpp | |
parent | 9c0eb6f71a841f0a0c76a13ece07d4eeb5f945d3 (diff) | |
download | opt-utilities-f610fea48309b72fa0133ee2bafe622753dcd496.tar.bz2 |
git-svn-id: file:///home/svn/opt_utilities@52 ed2142bd-67ad-457f-ba7c-d818d4011675
Diffstat (limited to 'core/opt_exception.hpp')
-rw-r--r-- | core/opt_exception.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/opt_exception.hpp b/core/opt_exception.hpp index 4413da7..458ff87 100644 --- a/core/opt_exception.hpp +++ b/core/opt_exception.hpp @@ -9,7 +9,7 @@ namespace opt_utilities { /** - the root class of exception used in opt_utilities + \brief the root class of exception used in opt_utilities */ class opt_exception :public std::exception |