[clang-tools-extra] r327333 - [docs] Adding clang-doc to CTE toctree to fix docs build error

Julie Hockett via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 12 14:39:01 PDT 2018


Author: juliehockett
Date: Mon Mar 12 14:39:01 2018
New Revision: 327333

URL: http://llvm.org/viewvc/llvm-project?rev=327333&view=rev
Log:
[docs] Adding clang-doc to CTE toctree to fix docs build error

Modified:
    clang-tools-extra/trunk/docs/clang-doc.rst
    clang-tools-extra/trunk/docs/index.rst

Modified: clang-tools-extra/trunk/docs/clang-doc.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-doc.rst?rev=327333&r1=327332&r2=327333&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-doc.rst (original)
+++ clang-tools-extra/trunk/docs/clang-doc.rst Mon Mar 12 14:39:01 2018
@@ -4,6 +4,9 @@ Clang-Doc
 
 .. contents::
 
+.. toctree::
+   :maxdepth: 1
+
 :program:`clang-doc` is a tool for generating C and C++ documenation from 
 source code and comments. 
 

Modified: clang-tools-extra/trunk/docs/index.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/index.rst?rev=327333&r1=327332&r2=327333&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/index.rst (original)
+++ clang-tools-extra/trunk/docs/index.rst Mon Mar 12 14:39:01 2018
@@ -26,6 +26,7 @@ Contents
    pp-trace
    clang-rename
    clangd
+   clang-doc
 
 
 Doxygen Documentation




More information about the cfe-commits mailing list