From ee98dcaa09776849d6bdc71934613707c4f03626 Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Sat, 25 May 2024 14:14:21 +0200 Subject: [PATCH] Doxygen - include the main page With the move to toplevel this file was not part of any include directory any more, so it has to be specified explicitly --- doxygen.cfg.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doxygen.cfg.in b/doxygen.cfg.in index 9b90630d61f..69460040b3f 100644 --- a/doxygen.cfg.in +++ b/doxygen.cfg.in @@ -933,7 +933,8 @@ WARN_LOGFILE = doxygen.log # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING # Note: If this tag is empty the current directory is searched. -INPUT = ${CMAKE_SOURCE_DIR}/libgnucash \ +INPUT = ${CMAKE_SOURCE_DIR}/doxygen_main_page.c \ + ${CMAKE_SOURCE_DIR}/libgnucash \ ${CMAKE_SOURCE_DIR}/gnucash \ ${CMAKE_SOURCE_DIR}/common \ ${CMAKE_SOURCE_DIR}/bindings \