diff options
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 |