Lines Matching +full:- +full:no +full:- +full:doxygen
18 set(enable_searchengine "NO")
20 set(enable_server_based_search "NO")
21 set(enable_external_search "NO")
25 # If asked, configure doxygen for the creation of a Qt Compressed Help file.
32 "See http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-filters")
34 "See http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes")
42 set(openmp_doxygen_generate_qhp "NO")
51 "Use svg instead of png files for doxygen graphs." OFF)
58 configure_file(${CMAKE_CURRENT_SOURCE_DIR}/doxygen.cfg.in
59 ${CMAKE_CURRENT_BINARY_DIR}/doxygen.cfg @ONLY)
77 add_custom_target(doxygen-openmp
78 COMMAND ${DOXYGEN_EXECUTABLE} ${CMAKE_CURRENT_BINARY_DIR}/doxygen.cfg
80 COMMENT "Generating openmp doxygen documentation." VERBATIM)
81 set_target_properties(doxygen-openmp PROPERTIES FOLDER "OpenMP/Docs")
84 add_dependencies(doxygen doxygen-openmp)
88 install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/doxygen/html