Lines Matching +full:docs +full:- +full:llvm +full:- +full:man
29 set(LLVM_DOXYGEN_QCH_FILENAME "org.llvm.qch" CACHE STRING
31 set(LLVM_DOXYGEN_QHP_NAMESPACE "org.llvm" CACHE STRING
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")
86 add_custom_target(doxygen-llvm
89 COMMENT "Generating llvm doxygen documentation." VERBATIM)
90 set_target_properties(doxygen-llvm PROPERTIES FOLDER "LLVM/Docs")
93 add_dependencies(doxygen doxygen-llvm)
100 COMPONENT doxygen-html
110 add_sphinx_target(html llvm)
115 add_sphinx_target(man llvm)
116 add_sphinx_target(man llvm-dwarfdump)
117 add_sphinx_target(man dsymutil)
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