diff options
Diffstat (limited to 'raul/PathTable.hpp')
-rw-r--r-- | raul/PathTable.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/raul/PathTable.hpp b/raul/PathTable.hpp index 65fa681..b028205 100644 --- a/raul/PathTable.hpp +++ b/raul/PathTable.hpp @@ -24,7 +24,7 @@ namespace Raul { /** Table of Paths. - * \ingroup raul + * \ingroup raul */ template <typename T> class PathTable : public Table<Path, T> { |