Mercurial > hg > kwantix
diff src/include/utils.hpp @ 61:b3bf4ac981ec default tip
Update the doxygen documentation
author | Jordi GutiƩrrez Hermoso <jordigh@gmail.com> |
---|---|
date | Sat, 29 May 2010 20:01:40 -0500 (2010-05-30) |
parents | 11395e64852f |
children |
line wrap: on
line diff
--- a/src/include/utils.hpp +++ b/src/include/utils.hpp @@ -14,6 +14,9 @@ #include "linalg.hpp" namespace kwantix{ +/*! \defgroup utils */ +/// \{ + ///Clears whitespace from front and back of string s. std::string trim(const std::string& s); @@ -43,4 +46,6 @@ ///Outputs some information about generic exceptions. void show_exception(kwantix::error exc); +/// \} + }//namespace kwantix