[clang-tools-extra] r190195 - clang-modernize: Tweak docs after rename
Edwin Vane
edwin.vane at intel.com
Fri Sep 6 12:27:19 PDT 2013
Author: revane
Date: Fri Sep 6 14:27:19 2013
New Revision: 190195
URL: http://llvm.org/viewvc/llvm-project?rev=190195&view=rev
Log:
clang-modernize: Tweak docs after rename
* Removing sphinx warnings about docs not in a toctree.
* Adding more links to cpp11-migrate redirect docs.
Modified:
clang-tools-extra/trunk/docs/MigratorUsage.rst
clang-tools-extra/trunk/docs/clang-modernize.rst
clang-tools-extra/trunk/docs/cpp11-migrate.rst
Modified: clang-tools-extra/trunk/docs/MigratorUsage.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/MigratorUsage.rst?rev=190195&r1=190194&r2=190195&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/MigratorUsage.rst (original)
+++ clang-tools-extra/trunk/docs/MigratorUsage.rst Fri Sep 6 14:27:19 2013
@@ -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`.
Modified: clang-tools-extra/trunk/docs/clang-modernize.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-modernize.rst?rev=190195&r1=190194&r2=190195&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-modernize.rst (original)
+++ clang-tools-extra/trunk/docs/clang-modernize.rst Fri Sep 6 14:27:19 2013
@@ -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++
Modified: clang-tools-extra/trunk/docs/cpp11-migrate.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/cpp11-migrate.rst?rev=190195&r1=190194&r2=190195&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/cpp11-migrate.rst (original)
+++ clang-tools-extra/trunk/docs/cpp11-migrate.rst Fri Sep 6 14:27:19 2013
@@ -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>`.
More information about the cfe-commits
mailing list