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. --- documentation/src/examples.dox | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'documentation/src/examples.dox') diff --git a/documentation/src/examples.dox b/documentation/src/examples.dox index 0790ba7a5..0269f2c92 100644 --- a/documentation/src/examples.dox +++ b/documentation/src/examples.dox @@ -757,7 +757,7 @@ the display \b should look when running the example programs. The \c cairo_test demo program shows three shiny buttons drawn with Cairo in an Fl_Cairo_Window. - \image html cairo_test.png "Figure 22.1: Buttons drawn with Cairo" + \image html cairo_test.png "Buttons drawn with Cairo" \image latex cairo_test.png "Buttons drawn with Cairo" width=8cm @@ -767,7 +767,7 @@ in an Fl_Cairo_Window. The \c icon program lets you set the program icon from an image (here an Fl_RGB_Image). - \image html icon.png "Figure 22.2: Green icon (Windows 10)" + \image html icon.png "Green icon (Windows 10)" \image latex icon.png "Green icon (Windows 10)" width=6cm @@ -777,7 +777,7 @@ an Fl_RGB_Image). Select "drawing images" in the browser at the left side to see the image drawing example: - \image html unittest_images.png "Figure 22.3: Image Drawing" + \image html unittest_images.png "Image Drawing" \image latex unittest_images.png "Image Drawing" width=12cm -- cgit v1.2.3