summaryrefslogtreecommitdiffstats
path: root/raul/List.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'raul/List.hpp')
-rw-r--r--raul/List.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/raul/List.hpp b/raul/List.hpp
index aa4ddb3..64422a0 100644
--- a/raul/List.hpp
+++ b/raul/List.hpp
@@ -35,6 +35,7 @@ namespace Raul {
* Elements can be added safely while another thread is reading the list.
* Like a typical ringbuffer, this is single-reader single-writer threadsafe
* only. See documentation for specific functions for specifics.
+ * \ingroup raul
*/
template <typename T>
class List : public Raul::Deletable, public boost::noncopyable