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.
34 "See http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-filters")
36 "See http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes")
51 set(llvm_doxygen_generate_qhp "NO")
60 "Use svg instead of png files for doxygen graphs." OFF)
67 configure_file(${CMAKE_CURRENT_SOURCE_DIR}/doxygen.cfg.in
68 ${CMAKE_CURRENT_BINARY_DIR}/doxygen.cfg @ONLY)
86 add_custom_target(doxygen-llvm
87 COMMAND ${DOXYGEN_EXECUTABLE} ${CMAKE_CURRENT_BINARY_DIR}/doxygen.cfg
89 COMMENT "Generating llvm doxygen documentation." VERBATIM)
90 set_target_properties(doxygen-llvm PROPERTIES FOLDER "LLVM/Docs")
93 add_dependencies(doxygen doxygen-llvm)
99 install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/doxygen/html/.
100 COMPONENT doxygen-html
116 add_sphinx_target(man llvm-dwarfdump)
145 list(APPEND odoc_files -load ${odoc_file})
149 COMMAND ${CMAKE_COMMAND} -E remove_directory ${CMAKE_CURRENT_BINARY_DIR}/ocamldoc/html
150 COMMAND ${CMAKE_COMMAND} -E make_directory ${CMAKE_CURRENT_BINARY_DIR}/ocamldoc/html
151 COMMAND ${OCAMLFIND} ocamldoc -d ${CMAKE_CURRENT_BINARY_DIR}/ocamldoc/html
152 -sort -colorize-code -html ${odoc_files}
153 COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_CURRENT_SOURCE_DIR}/_ocamldoc/style.css
162 COMPONENT ocamldoc-html