summaryrefslogtreecommitdiffstats
path: root/raul/AtomicInt.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'raul/AtomicInt.hpp')
-rw-r--r--raul/AtomicInt.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/raul/AtomicInt.hpp b/raul/AtomicInt.hpp
index 1f5a45e..ea98791 100644
--- a/raul/AtomicInt.hpp
+++ b/raul/AtomicInt.hpp
@@ -23,6 +23,9 @@
namespace Raul {
+/** Atomic integer.
+ * \ingroup raul
+ */
class AtomicInt {
public:
inline AtomicInt(int val)