Fix a doxygen warning and improve "file list" contents

FL/Fl_Group.H: add `\brief` keyword
src/Fl_Group.cxx: fix warning: the '#' in '#include' must be escaped
This commit is contained in:
Albrecht Schlosser
2023-01-02 15:55:55 +01:00
parent a63ad76603
commit a1ebe027be
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -14,8 +14,9 @@
// https://www.fltk.org/bugs.php
//
/* \file
Fl_Group, Fl_End classes . */
/** \file
\brief Fl_Group and Fl_End classes.
*/
#ifndef Fl_Group_H
#define Fl_Group_H