Lines Matching full:docs
81 set_target_properties(doxygen-clang PROPERTIES FOLDER "Clang/Docs")
89 DESTINATION docs/html)
115 add_custom_target(copy-clang-rst-docs
129 add_custom_command(TARGET docs-clang-html POST_BUILD
134 list(APPEND docs_targets "docs-clang-html")
138 list(APPEND docs_targets "docs-clang-man")
142 gen_rst_file_from_td(AttributeReference.rst -gen-attr-docs ../include/clang/Basic/Attr.td "${docs_targets}")
143 gen_rst_file_from_td(DiagnosticsReference.rst -gen-diag-docs ../include/clang/Basic/Diagnostic.td "${docs_targets}")
144 gen_rst_file_from_td(ClangCommandLineReference.rst -gen-opt-docs ../include/clang/Driver/ClangOptionDocs.td "${docs_targets}")
147 add_dependencies(${target} copy-clang-rst-docs)