summaryrefslogtreecommitdiff
path: root/FL/fl_types.h
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-02-06 09:04:50 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-02-06 09:04:50 +0100
commit9f55e93ffa335f75c34cb0562dafdf2cbc01887f (patch)
treeb0051caaa15fd5c4e015b1129347c94dba042c8a /FL/fl_types.h
parentfdc614ea255ab4dde08e0402ea5f2283e524276a (diff)
Use correct Doxygen syntax for "member groups"
Diffstat (limited to 'FL/fl_types.h')
-rw-r--r--FL/fl_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/FL/fl_types.h b/FL/fl_types.h
index 54318871b..94cd70ba5 100644
--- a/FL/fl_types.h
+++ b/FL/fl_types.h
@@ -24,7 +24,7 @@
#include "fl_attr.h"
/** \name Miscellaneous */
-/*@{*/ /* group: Miscellaneous */
+/**@{*/ /* group: Miscellaneous */
/** unsigned char */
typedef unsigned char uchar;
@@ -54,6 +54,6 @@ typedef unsigned long ulong;
*/
typedef unsigned int Fl_Shortcut;
-/*@}*/ /* group: Miscellaneous */
+/**@}*/ /* group: Miscellaneous */
#endif