summaryrefslogtreecommitdiffstats
path: root/raul/Table.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'raul/Table.hpp')
-rw-r--r--raul/Table.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/raul/Table.hpp b/raul/Table.hpp
index c22c346..cbcd87b 100644
--- a/raul/Table.hpp
+++ b/raul/Table.hpp
@@ -36,7 +36,7 @@ namespace Raul {
* This has the advantage over std::map that iterating over the collection
* is fast and sorted. Possibly also faster in some situations due to all
* data being in a single chunk of memory, cache optimized, etc.
- * \ingroup raul
+ * \ingroup raul
*/
template <typename K, typename T>
class Table : public boost::noncopyable {