Lines Matching +full:- +full:no +full:- +full:doxygen
2 find_package(Doxygen)
19 set(enable_searchengine "NO")
21 set(enable_server_based_search "NO")
22 set(enable_external_search "NO")
26 # If asked, configure doxygen for the creation of a Qt Compressed Help file.
33 "See http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-filters")
35 "See http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes")
43 set(bolt_doxygen_generate_qhp "NO")
52 "Use svg instead of png files for doxygen graphs." OFF)
59 configure_file(${CMAKE_CURRENT_SOURCE_DIR}/doxygen.cfg.in
60 ${CMAKE_CURRENT_BINARY_DIR}/doxygen.cfg @ONLY)
78 add_custom_target(doxygen-bolt
79 COMMAND ${DOXYGEN_EXECUTABLE} ${CMAKE_CURRENT_BINARY_DIR}/doxygen.cfg
81 COMMENT "Generating bolt doxygen documentation." VERBATIM)
82 set_target_properties(doxygen-bolt PROPERTIES FOLDER "BOLT/Docs")
85 add_dependencies(doxygen doxygen-bolt)
89 install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/doxygen/html