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

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


This revision was automatically updated to reflect the committed changes.
Closed by commit rL354779: Updated the documentation build instructions for the current CMake build system (authored by gribozavr, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D58603?vs=188133&id=188136#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58603/new/

https://reviews.llvm.org/D58603

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


Index: clang-tools-extra/trunk/docs/README.txt
===================================================================
--- clang-tools-extra/trunk/docs/README.txt
+++ clang-tools-extra/trunk/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.
+To generate documentation in HTML format from files in clang-tools-extra/docs,
+build the docs-clang-tools-html target.
 
-Sphinx html files can be generated separately using make html.
+To generate documentation from the source code using Doxygen, build 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.188136.patch
Type: text/x-patch
Size: 1001 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190225/b52e781a/attachment.bin>


More information about the llvm-commits mailing list