summaryrefslogtreecommitdiffstats
path: root/raul/List.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'raul/List.hpp')
-rw-r--r--raul/List.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/raul/List.hpp b/raul/List.hpp
index 64422a0..38b5c86 100644
--- a/raul/List.hpp
+++ b/raul/List.hpp
@@ -35,7 +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
+ * \ingroup raul
*/
template <typename T>
class List : public Raul::Deletable, public boost::noncopyable