From dbd4a1313fb0bb7c77fce135c62e1c312ebff815 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 10 Jan 2011 22:44:01 +0000 Subject: Touch up documentation (add everything to raul group). git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2823 a436a847-0d15-0410-975c-d299462d15a1 --- raul/Table.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'raul/Table.hpp') diff --git a/raul/Table.hpp b/raul/Table.hpp index 79817ed..c22c346 100644 --- a/raul/Table.hpp +++ b/raul/Table.hpp @@ -36,6 +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 */ template class Table : public boost::noncopyable { -- cgit v1.2.1