summaryrefslogtreecommitdiffstats
path: root/raul/Table.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-01-10 22:44:01 +0000
committerDavid Robillard <d@drobilla.net>2011-01-10 22:44:01 +0000
commitdbd4a1313fb0bb7c77fce135c62e1c312ebff815 (patch)
tree9d2b4724869f4431f5c33cc6596235026df12bf0 /raul/Table.hpp
parent6be5a6abd94d9d33562f8911578d246af0c7ab4d (diff)
downloadraul-dbd4a1313fb0bb7c77fce135c62e1c312ebff815.tar.gz
raul-dbd4a1313fb0bb7c77fce135c62e1c312ebff815.tar.bz2
raul-dbd4a1313fb0bb7c77fce135c62e1c312ebff815.zip
Touch up documentation (add everything to raul group).
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2823 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'raul/Table.hpp')
-rw-r--r--raul/Table.hpp1
1 files changed, 1 insertions, 0 deletions
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 <typename K, typename T>
class Table : public boost::noncopyable {