clang-modernize: Tweak docs after rename

* Removing sphinx warnings about docs not in a toctree.
* Adding more links to cpp11-migrate redirect docs.

llvm-svn: 190195
This commit is contained in:
Edwin Vane 2013-09-06 19:27:19 +00:00
parent 684daa90f2
commit 5a816f044c
3 changed files with 4 additions and 4 deletions

View File

@ -2,5 +2,5 @@
cpp11-migrate Usage
===================
This program has been renamed :program:`clang-modernize`, and its usage is now
This program has been renamed :doc:`clang-modernize <clang-modernize>`, and its usage is now
found in :doc:`ModernizerUsage`.

View File

@ -14,6 +14,8 @@ Clang C++ Modernizer User's Manual
PassByValueTransform
ReplaceAutoPtrTransform
ModernizerUsage
cpp11-migrate
MigratorUsage
:program:`clang-modernize` is a standalone tool used to automatically convert
C++ code written against old standards to use features of the newest C++

View File

@ -1,7 +1,5 @@
.. index:: clang-modernize
============================
C++11 Migrator User's Manual
============================
This tool has been renamed :program:`clang-modernize`.
This tool has been renamed :doc:`clang-modernize <clang-modernize>`.