summaryrefslogtreecommitdiff
path: root/documentation/Doxyfile.in
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2025-12-30 15:49:02 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2025-12-30 15:49:02 +0100
commitd5ed1366420fd9555fb9cf6602f3023e8465b7c1 (patch)
tree289887df96584fbd6092d6496647600e38c4af27 /documentation/Doxyfile.in
parenteb8047ddc51d74f2acfd06fcd4ccf0c8bfed4239 (diff)
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)
Diffstat (limited to 'documentation/Doxyfile.in')
-rw-r--r--documentation/Doxyfile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/Doxyfile.in b/documentation/Doxyfile.in
index 85b208cce..e923d8c96 100644
--- a/documentation/Doxyfile.in
+++ b/documentation/Doxyfile.in
@@ -921,7 +921,7 @@ EXAMPLE_RECURSIVE = NO
# that contain images that are to be included in the documentation (see the
# \image command).
-IMAGE_PATH = @CMAKE_CURRENT_SOURCE_DIR@/src \
+IMAGE_PATH = @CMAKE_CURRENT_SOURCE_DIR@/images \
@CMAKE_CURRENT_BINARY_DIR@/generated
# The INPUT_FILTER tag can be used to specify a program that doxygen should