aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2019-02-19 13:58:21 +0000
committerHans Wennborg <hans@hanshq.net>2019-02-19 13:58:21 +0000
commitf7a1620b33e8b724e64c645032f36f9306a424bc (patch)
treedcd84aebc70f567e78d45977c2c87bb20df3b1f3
parented4e2ec42201e8e3c9164993d3f1b52b5d5a3951 (diff)
ReleaseNotes: remove in-progress warning and doxygen link
git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/branches/release_80@354327 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.rst17
-rw-r--r--docs/index.rst18
2 files changed, 3 insertions, 32 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 8731dc73..09445ae2 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -1,6 +1,6 @@
-===================================================
-Extra Clang Tools 8.0.0 (In-Progress) Release Notes
-===================================================
+=====================================
+Extra Clang Tools 8.0.0 Release Notes
+=====================================
.. contents::
:local:
@@ -8,12 +8,6 @@ Extra Clang Tools 8.0.0 (In-Progress) Release Notes
Written by the `LLVM Team <https://llvm.org/>`_
-.. warning::
-
- These are in-progress notes for the upcoming Extra Clang Tools 8 release.
- Release notes for previous releases can be found on
- `the Download Page <https://releases.llvm.org/download.html>`_.
-
Introduction
============
@@ -27,11 +21,6 @@ For more information about Clang or LLVM, including information about
the latest release, please see the `Clang Web Site <https://clang.llvm.org>`_ or
the `LLVM Web Site <https://llvm.org>`_.
-Note that if you are reading this file from a Subversion checkout or the
-main Clang web page, this document applies to the *next* release, not
-the current one. To see the release notes for a specific release, please
-see the `releases page <https://llvm.org/releases/>`_.
-
What's New in Extra Clang Tools 8.0.0?
======================================
diff --git a/docs/index.rst b/docs/index.rst
index 8e6beb35..55fd1a6d 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -29,24 +29,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
==================