Skip to content

Commit ee98dca

Browse files
committed
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
1 parent b34a8b0 commit ee98dca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doxygen.cfg.in

+2-1
Original file line numberDiff line numberDiff line change
@@ -933,7 +933,8 @@ WARN_LOGFILE = doxygen.log
933933
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
934934
# Note: If this tag is empty the current directory is searched.
935935

936-
INPUT = ${CMAKE_SOURCE_DIR}/libgnucash \
936+
INPUT = ${CMAKE_SOURCE_DIR}/doxygen_main_page.c \
937+
${CMAKE_SOURCE_DIR}/libgnucash \
937938
${CMAKE_SOURCE_DIR}/gnucash \
938939
${CMAKE_SOURCE_DIR}/common \
939940
${CMAKE_SOURCE_DIR}/bindings \

0 commit comments

Comments
 (0)