]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix a bug in the generation of the input string for doxygen... now the tutorial shoul... 74/head
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Fri, 8 Aug 2014 21:03:51 +0000 (23:03 +0200)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Fri, 8 Aug 2014 21:03:51 +0000 (23:03 +0200)
doc/doxygen/CMakeLists.txt

index 2b0e75e4d57aaac453bf17634116a56358c761a9..a81b5764447000c8b6fd3c940581011e0fac0ba9 100644 (file)
@@ -89,25 +89,24 @@ ADD_CUSTOM_COMMAND(
 #
 # Finalize the doxygen configuration:
 #
-file(GLOB _doxygen_input
-  ${CMAKE_CURRENT_BINARY_DIR}/tutorial/*.h
-  )
+
+SET(_doxygen_input
+  ${CMAKE_CURRENT_SOURCE_DIR}/headers/
+)
+
 LIST(APPEND _doxygen_input
   ${CMAKE_SOURCE_DIR}/include/
   ${CMAKE_BINARY_DIR}/include/
-  ${CMAKE_CURRENT_SOURCE_DIR}/headers/
   ${CMAKE_SOURCE_DIR}/doc/news/
   ${CMAKE_CURRENT_BINARY_DIR}/tutorial/tutorial.h
   ${CMAKE_SOURCE_DIR}/contrib/parameter_gui/
   )
-TO_STRING(_doxygen_input_string ${_doxygen_input})
 
 SET(_doxygen_image_path
   ${CMAKE_CURRENT_SOURCE_DIR}/images
   ${CMAKE_SOURCE_DIR}/contrib/parameter_gui/images
   ${CMAKE_CURRENT_BINARY_DIR}/images
   )
-TO_STRING(_doxygen_image_path_string ${_doxygen_image_path})
 
 file(GLOB _doxygen_depend
   ${CMAKE_CURRENT_SOURCE_DIR}/headers/*.h
@@ -130,6 +129,9 @@ FOREACH(_step ${DEAL_II_STEPS})
     )
 ENDFOREACH()
 
+TO_STRING(_doxygen_image_path_string ${_doxygen_image_path})
+TO_STRING(_doxygen_input_string ${_doxygen_input})
+
 FILE(APPEND "${CMAKE_CURRENT_BINARY_DIR}/options.dox"
   "
   INPUT=${_doxygen_input_string}

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.