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