summaryrefslogtreecommitdiff
path: root/documentation/Doxyfile.in
diff options
context:
space:
mode:
authorDuncan Gibson <engelsman@users.noreply.github.com>2020-07-11 01:03:09 +0200
committerAlbrecht Schlosser <albrechts.fltk@online.de>2020-07-13 23:12:54 +0200
commit70385593387e1f47549e050c3aaea047a96bc7a2 (patch)
treeacbc5018cf01d09aed4a674f50ebc2afa8c0dd1d /documentation/Doxyfile.in
parent44375763aabefb9c3403540e2914aa41aed17a87 (diff)
add resize documentation as per STR3433
add resize chapter to documentation, plus images, based on Article #415: How does resizing work? https://www.fltk.org/articles.php?L415 see also https://www.fltk.org/str.php?L3433
Diffstat (limited to 'documentation/Doxyfile.in')
-rw-r--r--documentation/Doxyfile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/documentation/Doxyfile.in b/documentation/Doxyfile.in
index f619a7fa1..893f3bd28 100644
--- a/documentation/Doxyfile.in
+++ b/documentation/Doxyfile.in
@@ -557,6 +557,7 @@ INPUT += @CMAKE_CURRENT_SOURCE_DIR@/src/preface.dox
INPUT += @CMAKE_CURRENT_SOURCE_DIR@/src/intro.dox
INPUT += @CMAKE_CURRENT_SOURCE_DIR@/src/basics.dox
INPUT += @CMAKE_CURRENT_SOURCE_DIR@/src/common.dox
+INPUT += @CMAKE_CURRENT_SOURCE_DIR@/src/resize.dox
INPUT += @CMAKE_CURRENT_SOURCE_DIR@/src/editor.dox
INPUT += @CMAKE_CURRENT_SOURCE_DIR@/src/drawing.dox
INPUT += @CMAKE_CURRENT_SOURCE_DIR@/src/events.dox