Lines Matching +full:docs +full:- +full:clang +full:- +full:html
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")
78 add_custom_target(doxygen-flang
82 set_target_properties(doxygen-flang PROPERTIES FOLDER "Flang/Docs")
84 add_dependencies(doxygen doxygen-flang)
88 install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/doxygen/html
89 DESTINATION docs/html)
99 list(APPEND LLVM_TABLEGEN_FLAGS "-I${TABLEGEN_INCLUDE_DIR}")
100 list(APPEND LLVM_TABLEGEN_FLAGS "-I${CMAKE_CURRENT_SOURCE_DIR}/../../clang/include/clang/Driver/")
101 clang_tablegen(Source/${output_file} ${td_option} SOURCE ${source} TARGET "gen-${output_file}")
102 add_dependencies(${docs_target} "gen-${output_file}")
109 add_sphinx_target(html flang SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR}/Source")
111 add_dependencies(docs-flang-html copy-flang-src-docs)
113 …# Copy the flang/docs directory and the generated FIRLangRef.md file to a place in the binary dire…
115 …# Add a dependency to the flang-doc target to ensure that the FIRLangRef.md file is generated befo…
116 add_custom_target(copy-flang-src-docs
117 COMMAND "${CMAKE_COMMAND}" -E copy_directory
120 DEPENDS flang-doc)
122 # Runs a python script prior to HTML generation to prepend a header to FIRLangRef,
124 add_custom_command(TARGET copy-flang-src-docs
129 find_program(CLANG_TABLEGEN_EXE "clang-tblgen" ${LLVM_TOOLS_BINARY_DIR} NO_DEFAULT_PATH)
130 …gen_rst_file_from_td(FlangCommandLineReference.rst -gen-opt-docs FlangOptionsDocs.td docs-flang-ht…