From f314ca75feab8c472a9b136fd25636d2d2da68a7 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Thu, 19 Jan 2023 12:27:20 +0100 Subject: 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 --- documentation/Doxyfile.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'documentation/Doxyfile.in') 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 -- cgit v1.2.3