Tue, 05 Oct 2021 12:19:19 +0200
change src dir of Doxygen to only include header files
CMakeLists.txt | file | annotate | diff | comparison | revisions | |
Doxyfile | file | annotate | diff | comparison | revisions |
--- a/CMakeLists.txt Tue Oct 05 12:16:50 2021 +0200 +++ b/CMakeLists.txt Tue Oct 05 12:19:19 2021 +0200 @@ -31,7 +31,7 @@ option(BUILD_API_DOC "Create API documentation." ON) if(BUILD_API_DOC AND DOXYGEN_FOUND) - set(DOXY_INPUT ${CMAKE_SOURCE_DIR}/src) + set(DOXY_INPUT ${CMAKE_SOURCE_DIR}/src/cx) set(DOXY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/docs) set(DOXY_PROJECT_LOGO ${CMAKE_SOURCE_DIR}/uaplogo.png)
--- a/Doxyfile Tue Oct 05 12:16:50 2021 +0200 +++ b/Doxyfile Tue Oct 05 12:19:19 2021 +0200 @@ -748,7 +748,7 @@ # spaces. # Note: If this tag is empty the current directory is searched. -INPUT = ./src +INPUT = ./src/cx # 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