forked from OSchip/llvm-project
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:
parent
684daa90f2
commit
5a816f044c
|
@ -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`.
|
||||
|
|
|
@ -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++
|
||||
|
|
|
@ -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>`.
|
||||
|
|
Loading…
Reference in New Issue