mirror of https://github.com/fltk/fltk
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:
parent
a63ad76603
commit
a1ebe027be
|
@ -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
|
||||
|
|
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue