From 5ceae63ed2cb1ecc7e15a414beb3555b898f7c24 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Tue, 16 Sep 2014 11:21:37 +0000 Subject: Rename doxygen image file hello.C.png to hello_cxx.png. Doxygen 1.8.x wouldn't show the image hello.C.png in its pdf output. Maybe a doxygen bug - or feature ? git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10316 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/src/basics.dox | 6 +++--- documentation/src/hello.C.png | Bin 1195 -> 0 bytes documentation/src/hello_cxx.png | Bin 0 -> 1195 bytes 3 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 documentation/src/hello.C.png create mode 100644 documentation/src/hello_cxx.png (limited to 'documentation/src') diff --git a/documentation/src/basics.dox b/documentation/src/basics.dox index b2753079e..0a539a956 100644 --- a/documentation/src/basics.dox +++ b/documentation/src/basics.dox @@ -69,12 +69,12 @@ window->show(argc, argv); return Fl::run(); \endcode -The resulting program will display the window in Figure 2-1. +The resulting program will display the window in Figure 4.1. You can quit the program by closing the window or pressing the ESCape key. -\image html hello.C.png "Figure 2-1: The Hello, World! Window" -\image latex hello.C.png "The Hello, World! Window" width=8cm +\image html hello_cxx.png "Figure 4.1: The Hello, World! Window" +\image latex hello_cxx.png "The Hello, World! Window" width=8cm \subsection basics_creating Creating the Widgets diff --git a/documentation/src/hello.C.png b/documentation/src/hello.C.png deleted file mode 100644 index 43604e3e6..000000000 Binary files a/documentation/src/hello.C.png and /dev/null differ diff --git a/documentation/src/hello_cxx.png b/documentation/src/hello_cxx.png new file mode 100644 index 000000000..43604e3e6 Binary files /dev/null and b/documentation/src/hello_cxx.png differ -- cgit v1.2.3