diff options
author | David Robillard <d@drobilla.net> | 2014-09-27 03:13:27 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2014-09-27 03:13:27 +0000 |
commit | 21b42c7b40c4dd0598b60fa7eda1e3c501e32e41 (patch) | |
tree | f7e39c0d1c3ff4ecaa072a399decfa9bf8ef0817 /pugl/event.h | |
parent | dd9b6fe61373e0f1ff0015a2d6b01360897fa8fc (diff) | |
download | pugl-21b42c7b40c4dd0598b60fa7eda1e3c501e32e41.tar.gz pugl-21b42c7b40c4dd0598b60fa7eda1e3c501e32e41.tar.bz2 pugl-21b42c7b40c4dd0598b60fa7eda1e3c501e32e41.zip |
Improve documentation.
Diffstat (limited to 'pugl/event.h')
-rw-r--r-- | pugl/event.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/pugl/event.h b/pugl/event.h index 211916d..b4a13a9 100644 --- a/pugl/event.h +++ b/pugl/event.h @@ -15,12 +15,7 @@ */ /** - @file event.h PuglEvent struct definition. - - @ingroup pugl - @{ - - @name Event + @addtogroup pugl @{ */ @@ -213,7 +208,6 @@ typedef union { /** @} - @} */ #ifdef __cplusplus |