diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-02-06 09:04:50 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-02-06 09:04:50 +0100 |
| commit | 9f55e93ffa335f75c34cb0562dafdf2cbc01887f (patch) | |
| tree | b0051caaa15fd5c4e015b1129347c94dba042c8a /FL/fl_types.h | |
| parent | fdc614ea255ab4dde08e0402ea5f2283e524276a (diff) | |
Use correct Doxygen syntax for "member groups"
Diffstat (limited to 'FL/fl_types.h')
| -rw-r--r-- | FL/fl_types.h | 4 |
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 |
