# HG changeset patch # User Mike Becker # Date 1633429159 -7200 # Node ID 92721c8f9db306dc0928fa620a9dadb1c95d1c7e # Parent 1bcf7c8d4b47e8c11c6a638cddd9988943cb2923 change src dir of Doxygen to only include header files diff -r 1bcf7c8d4b47 -r 92721c8f9db3 CMakeLists.txt --- 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) diff -r 1bcf7c8d4b47 -r 92721c8f9db3 Doxyfile --- 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