summaryrefslogtreecommitdiff
path: root/documentation/Doxyfile.in
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-01-19 12:27:20 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-01-25 18:08:01 +0100
commitf314ca75feab8c472a9b136fd25636d2d2da68a7 (patch)
tree1b6313bfd877e967c64dcb9192b417d7998d825d /documentation/Doxyfile.in
parent7b245ef0abc5989b352b8ad48a7ab919815d2148 (diff)
Create new documentation chapter for FLTK developers
Add Doxygen-formatted description of the Wayland backend Add bundled-libs.dox Delete README.bundled-libs.txt Move "Development" page to "Development of FLTK" chapter
Diffstat (limited to 'documentation/Doxyfile.in')
-rw-r--r--documentation/Doxyfile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/documentation/Doxyfile.in b/documentation/Doxyfile.in
index 627f70c03..b375d2dc3 100644
--- a/documentation/Doxyfile.in
+++ b/documentation/Doxyfile.in
@@ -580,6 +580,8 @@ INPUT += @CMAKE_CURRENT_SOURCE_DIR@/src/development.dox
INPUT += @CMAKE_CURRENT_SOURCE_DIR@/src/license.dox
INPUT += @CMAKE_CURRENT_SOURCE_DIR@/src/examples.dox
INPUT += @CMAKE_CURRENT_SOURCE_DIR@/src/faq.dox
+INPUT += @CMAKE_CURRENT_SOURCE_DIR@/src/wayland.dox
+INPUT += @CMAKE_CURRENT_SOURCE_DIR@/src/bundled-libs.dox
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is