doc/Doxygen/Doxyfile: Updated to include modular and legacy solvers

This commit is contained in:
Henry Weller
2023-06-16 10:00:15 +01:00
parent cafe173bf7
commit 9ef6fc70f0

View File

@ -768,7 +768,9 @@ WARN_LOGFILE =
#INPUT = $(WM_PROJECT_DIR)/src/OpenFOAM/global #INPUT = $(WM_PROJECT_DIR)/src/OpenFOAM/global
INPUT = $(WM_PROJECT_DIR)/src \ INPUT = $(WM_PROJECT_DIR)/src \
$(WM_PROJECT_DIR)/applications/utilities \ $(WM_PROJECT_DIR)/applications/utilities \
$(WM_PROJECT_DIR)/applications/solvers $(WM_PROJECT_DIR)/applications/modules \
$(WM_PROJECT_DIR)/applications/solvers \
$(WM_PROJECT_DIR)/applications/legacy
# This tag can be used to specify the character encoding of the source files # This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses