gnucash stable: Doxygen - include the main page
Geert Janssens
gjanssens at code.gnucash.org
Sat May 25 08:14:28 EDT 2024
Updated via https://github.com/Gnucash/gnucash/commit/ee98dcaa (commit)
from https://github.com/Gnucash/gnucash/commit/b34a8b0a (commit)
commit ee98dcaa09776849d6bdc71934613707c4f03626
Author: Geert Janssens <geert at kobaltwit.be>
Date: Sat May 25 14:14:21 2024 +0200
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
diff --git a/doxygen.cfg.in b/doxygen.cfg.in
index 9b90630d61..69460040b3 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 \
Summary of changes:
doxygen.cfg.in | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
More information about the gnucash-changes
mailing list