[llvm-branch-commits] [clang-tools-extra-branch] r354327 - ReleaseNotes: remove in-progress warning and doxygen link

Hans Wennborg via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Feb 19 05:58:21 PST 2019


Author: hans
Date: Tue Feb 19 05:58:21 2019
New Revision: 354327

URL: http://llvm.org/viewvc/llvm-project?rev=354327&view=rev
Log:
ReleaseNotes: remove in-progress warning and doxygen link

Modified:
    clang-tools-extra/branches/release_80/docs/ReleaseNotes.rst
    clang-tools-extra/branches/release_80/docs/index.rst

Modified: clang-tools-extra/branches/release_80/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/branches/release_80/docs/ReleaseNotes.rst?rev=354327&r1=354326&r2=354327&view=diff
==============================================================================
--- clang-tools-extra/branches/release_80/docs/ReleaseNotes.rst (original)
+++ clang-tools-extra/branches/release_80/docs/ReleaseNotes.rst Tue Feb 19 05:58:21 2019
@@ -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) Re
 
 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
 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?
 ======================================
 

Modified: clang-tools-extra/branches/release_80/docs/index.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/branches/release_80/docs/index.rst?rev=354327&r1=354326&r2=354327&view=diff
==============================================================================
--- clang-tools-extra/branches/release_80/docs/index.rst (original)
+++ clang-tools-extra/branches/release_80/docs/index.rst Tue Feb 19 05:58:21 2019
@@ -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
 ==================
 




More information about the llvm-branch-commits mailing list