summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2023-01-02 15:55:55 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2023-01-02 15:56:56 +0100
commita1ebe027be1dbe1b4478704bcb6337596e059374 (patch)
treecb6b24531b071e4eeb1752b9d42ca4f3761f068f
parenta63ad76603accc70747a2073c78139299064c43b (diff)
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
-rw-r--r--FL/Fl_Group.H5
-rw-r--r--src/Fl_Group.cxx2
2 files changed, 4 insertions, 3 deletions
diff --git a/FL/Fl_Group.H b/FL/Fl_Group.H
index 025e3518b..793f2c854 100644
--- a/FL/Fl_Group.H
+++ b/FL/Fl_Group.H
@@ -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
diff --git a/src/Fl_Group.cxx b/src/Fl_Group.cxx
index a492a6ac9..7761b1227 100644
--- a/src/Fl_Group.cxx
+++ b/src/Fl_Group.cxx
@@ -733,7 +733,7 @@ void Fl_Group::init_sizes() {
\internal Notes to developers:
- If you change this be sure to fix Fl_Tile which also uses this array!
- - Do not #include Fl_Rect.H in Fl_Group.H because this would introduce
+ - Do not \#include Fl_Rect.H in Fl_Group.H because this would introduce
lots of unnecessary dependencies on Fl_Rect.H.
*/
Fl_Rect* Fl_Group::bounds() {