[PATCH] D58603: Updated the documentation build instructions for the current CMake build system

Dmitri Gribenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 25 03:25:21 PST 2019


gribozavr created this revision.
gribozavr added a reviewer: ilya-biryukov.
Herald added a project: clang.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D58603

Files:
  clang-tools-extra/docs/README.txt


Index: clang-tools-extra/docs/README.txt
===================================================================
--- clang-tools-extra/docs/README.txt
+++ clang-tools-extra/docs/README.txt
@@ -1,11 +1,10 @@
--------------------------------------------------------------
-Documentation for the tools of clang-tools-extra repo project
--------------------------------------------------------------
+----------------------------------
+Documentation in clang-tools-extra
+----------------------------------
 
-Sphinx and doxygen documentation is generated by executing make.
+You can generate documentation in HTML format from files in
+clang-tools-extra/docs by building the docs-clang-tools-html target.
 
-Sphinx html files can be generated separately using make html.
+You can generate documentation from the source code using Doxygen by building
+the doxygen-clang-tools target.
 
-Doxygen html files can also be generated using make doxygen.
-
-The generated documentation will be placed in _build/html.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58603.188120.patch
Type: text/x-patch
Size: 1003 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190225/55512078/attachment.bin>


More information about the cfe-commits mailing list