- Renamed Doxyfile -> Doxyfile.out

This commit is contained in:
2025-09-17 17:19:52 -04:00
parent 788f63d092
commit 037e2554a1
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@@ -4,4 +4,4 @@
/bin/ /bin/
/lib/ /lib/
/doxy/README.md /doxy/README.md
/doxy/Doxyfile /doxy/Doxyfile.out

View File

@@ -282,7 +282,7 @@ if(DOXYGEN_FOUND)
set(DOXY_EXAMPLES_DIR "${FENNEC_SOURCE_DIR}/examples") set(DOXY_EXAMPLES_DIR "${FENNEC_SOURCE_DIR}/examples")
get_filename_component(DOXYGEN_PROJECT_NAME ${FENNEC_SOURCE_DIR} NAME) # Set Doxy Project name to the name of the root dir get_filename_component(DOXYGEN_PROJECT_NAME ${FENNEC_SOURCE_DIR} NAME) # Set Doxy Project name to the name of the root dir
set(DOXYGEN_CONFIG_IN "${FENNEC_SOURCE_DIR}/doxy/Doxyfile.in") # Input config file with preprocessor arguments set(DOXYGEN_CONFIG_IN "${FENNEC_SOURCE_DIR}/doxy/Doxyfile.in") # Input config file with preprocessor arguments
set(DOXYGEN_CONFIG_OUT "${FENNEC_SOURCE_DIR}/doxy/Doxyfile") # Generated config file from input set(DOXYGEN_CONFIG_OUT "${FENNEC_SOURCE_DIR}/doxy/Doxyfile.out") # Generated config file from input
configure_file(${DOXYGEN_CONFIG_IN} ${DOXYGEN_CONFIG_OUT} @ONLY) # Execute preprocessing step configure_file(${DOXYGEN_CONFIG_IN} ${DOXYGEN_CONFIG_OUT} @ONLY) # Execute preprocessing step
message("Doxygen Build Started.") message("Doxygen Build Started.")