diff options
Diffstat (limited to 'raul/EventRingBuffer.hpp')
-rw-r--r-- | raul/EventRingBuffer.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/raul/EventRingBuffer.hpp b/raul/EventRingBuffer.hpp index 54e34f7..b7cd4e4 100644 --- a/raul/EventRingBuffer.hpp +++ b/raul/EventRingBuffer.hpp @@ -30,6 +30,7 @@ namespace Raul { * * This packs a timestamp, size, and size bytes of data flat into the buffer. * Useful for MIDI events, OSC messages, etc. + * \ingroup raul */ class EventRingBuffer : private Raul::RingBuffer { public: |