From d5ed1366420fd9555fb9cf6602f3023e8465b7c1 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Tue, 30 Dec 2025 15:49:02 +0100 Subject: Reorganize documentation source directories - move all images (screenshots) to new folder documentation/images/ - move documentation/src/fltk-title.tex.in to documentation/ - fix .gitignore files (remove obsolete entries etc.) - FL/Fl_Tooltip.H: fix '\image latex' reference - documentation/CMakeLists.txt: update ref. to fltk-title.tex.in - documentation/Doxyfile.in: adjust image path (IMAGE_PATH) --- FL/Fl_Tooltip.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FL') diff --git a/FL/Fl_Tooltip.H b/FL/Fl_Tooltip.H index 592371651..3e07e2852 100644 --- a/FL/Fl_Tooltip.H +++ b/FL/Fl_Tooltip.H @@ -28,7 +28,7 @@ all FLTK widgets. It contains only static methods. \image html tooltip-options.png "Fl_Tooltip Options" - \image latex src/tooltip-options.png "Fl_Tooltip Options" width=6cm + \image latex tooltip-options.png "Fl_Tooltip Options" width=10cm */ class FL_EXPORT Fl_Tooltip { -- cgit v1.2.3