From d7af409f426fba1790149499dd26614b137a771a Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Wed, 13 Jan 2021 22:05:36 +0100 Subject: Remove "Figure x.y: " from html image captions ... as discussed in fltk.coredev for easier maintenance. Also edit some minor issues. --- FL/Enumerations.H | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'FL') diff --git a/FL/Enumerations.H b/FL/Enumerations.H index a949a98e9..d9c15bc8a 100644 --- a/FL/Enumerations.H +++ b/FL/Enumerations.H @@ -570,13 +570,13 @@ enum Fl_When { // Fl_Widget::when(): FL_NO_BOX means nothing is drawn at all, so whatever is already on the screen remains. The FL_..._FRAME types only draw their edges, - leaving the interior unchanged. The blue color in Figure 1 + leaving the interior unchanged. The blue color in the image below is the area that is not drawn by the frame types. - \image html boxtypes.png "Figure 1: FLTK standard box types" - \image latex boxtypes.png "FLTK standard box types" width=10cm + \image html boxtypes.png "FLTK Standard Box Types" + \image latex boxtypes.png "FLTK Standard Box Types" width=12cm - \todo Description of boxtypes is incomplete. + \todo Description of box types is incomplete. See below for the defined enum Fl_Boxtype. \see src/Fl_get_system_colors.cxx */ @@ -593,7 +593,6 @@ enum Fl_When { // Fl_Widget::when(): technical reasons - please use the same values (names) without the leading underscore in your code! Enum values with leading underscores are reserved for internal use and subject to change without notice! - */ enum Fl_Boxtype { // boxtypes (if you change these you must also change fl_boxtype.cxx): -- cgit v1.2.3