change src dir of Doxygen to only include header files

Tue, 05 Oct 2021 12:19:19 +0200

author
Mike Becker <universe@uap-core.de>
date
Tue, 05 Oct 2021 12:19:19 +0200
changeset 463
92721c8f9db3
parent 462
1bcf7c8d4b47
child 464
7fafc95968fc

change src dir of Doxygen to only include header files

CMakeLists.txt file | annotate | diff | comparison | revisions
Doxyfile file | annotate | diff | comparison | revisions
     1.1 --- a/CMakeLists.txt	Tue Oct 05 12:16:50 2021 +0200
     1.2 +++ b/CMakeLists.txt	Tue Oct 05 12:19:19 2021 +0200
     1.3 @@ -31,7 +31,7 @@
     1.4  option(BUILD_API_DOC "Create API documentation." ON)
     1.5  
     1.6  if(BUILD_API_DOC AND DOXYGEN_FOUND)
     1.7 -    set(DOXY_INPUT ${CMAKE_SOURCE_DIR}/src)
     1.8 +    set(DOXY_INPUT ${CMAKE_SOURCE_DIR}/src/cx)
     1.9      set(DOXY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/docs)
    1.10      set(DOXY_PROJECT_LOGO ${CMAKE_SOURCE_DIR}/uaplogo.png)
    1.11  
     2.1 --- a/Doxyfile	Tue Oct 05 12:16:50 2021 +0200
     2.2 +++ b/Doxyfile	Tue Oct 05 12:19:19 2021 +0200
     2.3 @@ -748,7 +748,7 @@
     2.4  # spaces.
     2.5  # Note: If this tag is empty the current directory is searched.
     2.6  
     2.7 -INPUT                  = ./src
     2.8 +INPUT                  = ./src/cx
     2.9  
    2.10  # This tag can be used to specify the character encoding of the source files
    2.11  # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses

mercurial