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
This commit is contained in:
Geert Janssens 2024-05-25 14:14:21 +02:00
parent b34a8b0add
commit ee98dcaa09

View File

@ -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 \