forked from OSchip/llvm-project
[docs] Adding clang-doc to CTE toctree to fix docs build error
llvm-svn: 327333
This commit is contained in:
parent
7f1b9196cb
commit
7147f32ec5
|
@ -4,6 +4,9 @@ Clang-Doc
|
||||||
|
|
||||||
.. contents::
|
.. contents::
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 1
|
||||||
|
|
||||||
:program:`clang-doc` is a tool for generating C and C++ documenation from
|
:program:`clang-doc` is a tool for generating C and C++ documenation from
|
||||||
source code and comments.
|
source code and comments.
|
||||||
|
|
||||||
|
|
|
@ -26,6 +26,7 @@ Contents
|
||||||
pp-trace
|
pp-trace
|
||||||
clang-rename
|
clang-rename
|
||||||
clangd
|
clangd
|
||||||
|
clang-doc
|
||||||
|
|
||||||
|
|
||||||
Doxygen Documentation
|
Doxygen Documentation
|
||||||
|
|
Loading…
Reference in New Issue