summaryrefslogtreecommitdiff
path: root/FL/fl_types.h
diff options
context:
space:
mode:
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