From a1ebe027be1dbe1b4478704bcb6337596e059374 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Mon, 2 Jan 2023 15:55:55 +0100 Subject: 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 --- src/Fl_Group.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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() { -- cgit v1.2.3