diff options
Diffstat (limited to 'include/raul/Deletable.hpp')
-rw-r--r-- | include/raul/Deletable.hpp | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/include/raul/Deletable.hpp b/include/raul/Deletable.hpp index e8f33bc..704d89c 100644 --- a/include/raul/Deletable.hpp +++ b/include/raul/Deletable.hpp @@ -18,10 +18,11 @@ namespace raul { -/** Something with a virtual destructor. - * - * \ingroup raul - */ +/** + Something with a virtual destructor. + + @ingroup raul +*/ class Deletable { public: |