[clang-tools-extra] r256253 - [clang-tools-extra] Text formatting

Alexander Kornienko via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 22 09:08:58 PST 2015


Author: alexfh
Date: Tue Dec 22 11:08:57 2015
New Revision: 256253

URL: http://llvm.org/viewvc/llvm-project?rev=256253&view=rev
Log:
[clang-tools-extra] Text formatting

Modified:
    clang-tools-extra/trunk/docs/index.rst

Modified: clang-tools-extra/trunk/docs/index.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/index.rst?rev=256253&r1=256252&r2=256253&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/index.rst (original)
+++ clang-tools-extra/trunk/docs/index.rst Tue Dec 22 11:08:57 2015
@@ -7,7 +7,8 @@
 
 Introduction
 ============
-Welcome to clang-tools-exta project which contains extra tools built using Clang's tooling API's
+Welcome to the clang-tools-exta project which contains extra tools built using
+Clang's tooling API's.
 
 
 Contents
@@ -23,10 +24,10 @@ Contents
 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.
+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`_
 
@@ -34,8 +35,8 @@ the user's guide or reference manual for
 
 ..  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!
+    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 cfe-commits mailing list