From 9ef6fc70f0ea17c2a6bc378a703741606dcb6b55 Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Fri, 16 Jun 2023 10:00:15 +0100 Subject: [PATCH] doc/Doxygen/Doxyfile: Updated to include modular and legacy solvers --- doc/Doxygen/Doxyfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/Doxygen/Doxyfile b/doc/Doxygen/Doxyfile index d4a21ca45d..526ee69f49 100644 --- a/doc/Doxygen/Doxyfile +++ b/doc/Doxygen/Doxyfile @@ -768,7 +768,9 @@ WARN_LOGFILE = #INPUT = $(WM_PROJECT_DIR)/src/OpenFOAM/global INPUT = $(WM_PROJECT_DIR)/src \ $(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 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses