[clang-tools-extra] r191211 - Fix headers, use source quoting.

John Thompson John.Thompson.JTSoftware at gmail.com
Mon Sep 23 10:57:00 PDT 2013


Author: jtsoftware
Date: Mon Sep 23 12:57:00 2013
New Revision: 191211

URL: http://llvm.org/viewvc/llvm-project?rev=191211&view=rev
Log:
Fix headers, use source quoting.

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

Modified: clang-tools-extra/trunk/docs/ModularizeUsage.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/ModularizeUsage.rst?rev=191211&r1=191210&r2=191211&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/ModularizeUsage.rst (original)
+++ clang-tools-extra/trunk/docs/ModularizeUsage.rst Mon Sep 23 12:57:00 2013
@@ -1,6 +1,6 @@
-=====================
+================
 modularize Usage
-=====================
+================
 
 ``modularize [<modularize-options>] <include-files-list> [<front-end-options>...]``
 
@@ -14,11 +14,11 @@ with respect to each other. Lines beginn
 lines are ignored. Header file names followed by a colon and
 other space-separated file names will include those extra files
 as dependencies. The file names can be relative or full paths,
-but must be on the same line. For example:
+but must be on the same line. For example::
 
-  | header1.h
-  | header2.h
-  | header3.h: header1.h header2.h
+  header1.h
+  header2.h
+  header3.h: header1.h header2.h
 
 Note that unless a "-prefix (header path)" option is specified,
 non-absolute file paths in the header list file will be relative
@@ -32,7 +32,7 @@ contain C source, so you might need to s
 to tell Clang that the header contains C++ definitions.
 
 Modularize Command Line Options
-============================
+===============================
 
 .. option:: -prefix <header-path>
 





More information about the cfe-commits mailing list