]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Be more specific which files we feed to doxygen. 4200/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Thu, 6 Apr 2017 14:49:33 +0000 (08:49 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Thu, 6 Apr 2017 14:49:33 +0000 (08:49 -0600)
Specifically, make sure that we exclude the doc/news/changes/README.md file.

doc/doxygen/CMakeLists.txt

index 4eafc72bfb39041bc95e93ad335070f2cce9f7ea..c8711f336b67285559edbe18bf7aaf49995fcb39 100644 (file)
@@ -129,11 +129,15 @@ SET(_doxygen_input
   ${CMAKE_CURRENT_SOURCE_DIR}/headers/
 )
 
+file(GLOB _changelog_files
+  ${CMAKE_SOURCE_DIR}/doc/news/*.h
+  )
+
 LIST(APPEND _doxygen_input
   ${CMAKE_SOURCE_DIR}/include/
   ${CMAKE_SOURCE_DIR}/source/
   ${CMAKE_BINARY_DIR}/include/
-  ${CMAKE_SOURCE_DIR}/doc/news/
+  ${_changelog_files}
   ${CMAKE_BINARY_DIR}/doc/news/
   ${CMAKE_CURRENT_BINARY_DIR}/tutorial/tutorial.h
   )

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.