Skip to content

Commit 363f1d0

Browse files
committed
ReleaseNotes: remove in-progress warning and doxygen link
llvm-svn: 354327
1 parent 6a57428 commit 363f1d0

File tree

2 files changed

+3
-32
lines changed

2 files changed

+3
-32
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,13 @@
1-
===================================================
2-
Extra Clang Tools 8.0.0 (In-Progress) Release Notes
3-
===================================================
1+
=====================================
2+
Extra Clang Tools 8.0.0 Release Notes
3+
=====================================
44

55
.. contents::
66
:local:
77
:depth: 3
88

99
Written by the `LLVM Team <https://llvm.org/>`_
1010

11-
.. warning::
12-
13-
These are in-progress notes for the upcoming Extra Clang Tools 8 release.
14-
Release notes for previous releases can be found on
15-
`the Download Page <https://releases.llvm.org/download.html>`_.
16-
1711
Introduction
1812
============
1913

@@ -27,11 +21,6 @@ For more information about Clang or LLVM, including information about
2721
the latest release, please see the `Clang Web Site <https://clang.llvm.org>`_ or
2822
the `LLVM Web Site <https://llvm.org>`_.
2923

30-
Note that if you are reading this file from a Subversion checkout or the
31-
main Clang web page, this document applies to the *next* release, not
32-
the current one. To see the release notes for a specific release, please
33-
see the `releases page <https://llvm.org/releases/>`_.
34-
3524
What's New in Extra Clang Tools 8.0.0?
3625
======================================
3726

clang-tools-extra/docs/index.rst

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -29,24 +29,6 @@ Contents
2929
clang-doc
3030

3131

32-
Doxygen Documentation
33-
=====================
34-
The Doxygen documentation describes the **internal** software that makes up the
35-
tools of clang-tools-extra, not the **external** use of these tools. The Doxygen
36-
documentation contains no instructions about how to use the tools, only the APIs
37-
that make up the software. For usage instructions, please see the user's guide
38-
or reference manual for each tool.
39-
40-
* `Doxygen documentation`_
41-
42-
.. _`Doxygen documentation`: doxygen/annotated.html
43-
44-
.. note::
45-
This documentation is generated directly from the source code with doxygen.
46-
Since the tools of clang-tools-extra are constantly under active
47-
development, what you're about to read is out of date!
48-
49-
5032
Indices and tables
5133
==================
5234

0 commit comments

Comments
 (0)