From 9f55e93ffa335f75c34cb0562dafdf2cbc01887f Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Mon, 6 Feb 2023 09:04:50 +0100 Subject: Use correct Doxygen syntax for "member groups" --- FL/fl_types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'FL/fl_types.h') 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 -- cgit v1.2.3