diff options
Diffstat (limited to 'include/raul/Exception.hpp')
-rw-r--r-- | include/raul/Exception.hpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/raul/Exception.hpp b/include/raul/Exception.hpp index 595800f..13dea19 100644 --- a/include/raul/Exception.hpp +++ b/include/raul/Exception.hpp @@ -22,7 +22,11 @@ namespace raul { -/** An exception (unexpected error). */ +/** + An exception (unexpected error). + + @ingroup raul +*/ class Exception : public std::exception { public: |