[llvm-branch-commits] [clang-tools-extra] 0b56e54 - clang-tools-extra: Drop doxygen link from index.rst
Hans Wennborg via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Sep 22 07:55:18 PDT 2020
Author: Hans Wennborg
Date: 2020-09-22T16:55:07+02:00
New Revision: 0b56e5490dc33e4e7a4fdd837e642f72a2659189
URL: https://github.com/llvm/llvm-project/commit/0b56e5490dc33e4e7a4fdd837e642f72a2659189
DIFF: https://github.com/llvm/llvm-project/commit/0b56e5490dc33e4e7a4fdd837e642f72a2659189.diff
LOG: clang-tools-extra: Drop doxygen link from index.rst
Added:
Modified:
clang-tools-extra/docs/index.rst
Removed:
################################################################################
diff --git a/clang-tools-extra/docs/index.rst b/clang-tools-extra/docs/index.rst
index d5c00b89a155..f1eaeb502ab5 100644
--- a/clang-tools-extra/docs/index.rst
+++ b/clang-tools-extra/docs/index.rst
@@ -24,23 +24,6 @@ Contents
clang-doc
-Doxygen Documentation
-=====================
-The Doxygen documentation describes the **internal** software that makes up the
-tools of clang-tools-extra, not the **external** use of these tools. The Doxygen
-documentation contains no instructions about how to use the tools, only the APIs
-that make up the software. For usage instructions, please see the user's guide
-or reference manual for each tool.
-
-* `Doxygen documentation`_
-
-.. _`Doxygen documentation`: doxygen/annotated.html
-
-.. note::
- This documentation is generated directly from the source code with doxygen.
- Since the tools of clang-tools-extra are constantly under active
- development, what you're about to read is out of date!
-
Indices and tables
==================
More information about the llvm-branch-commits
mailing list