diff options
Diffstat (limited to 'raul/Atom.h')
-rw-r--r-- | raul/Atom.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/raul/Atom.h b/raul/Atom.h index 4d85f7f..372cd78 100644 --- a/raul/Atom.h +++ b/raul/Atom.h @@ -26,6 +26,8 @@ using std::string; /** An OSC atom (fundamental data types OSC messages are composed of). + * + * \ingroup raul */ class Atom { public: |