Comment for doxygen variables

release/4.3a0
Yashas Ambati 2025-04-03 14:58:43 -04:00
parent 65ea0112c5
commit 2ea071dc91
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@ option(GTSAM_GENERATE_DOC_XML "Enable/Disable doxygen XML output"
# add a target to generate API documentation with Doxygen # add a target to generate API documentation with Doxygen
if (GTSAM_BUILD_DOCS) if (GTSAM_BUILD_DOCS)
# Convert configuration to YES/NO variables # The following if statements convert ON/OFF CMake flags to YES/NO variables
# since Doxygen expects YES/NO for boolean options.
if (GTSAM_BUILD_DOC_HTML) if (GTSAM_BUILD_DOC_HTML)
set(GTSAM_BUILD_DOC_HTML_YN "YES") set(GTSAM_BUILD_DOC_HTML_YN "YES")
else() else()