Fix headers, use source quoting.

llvm-svn: 191211
This commit is contained in:
John Thompson 2013-09-23 17:57:00 +00:00
parent 089ed89e76
commit 02bad9fbc3

View File

@ -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 beginning with '#' and empty
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 specify the ``-x c++`` Clang option
to tell Clang that the header contains C++ definitions.
Modularize Command Line Options
============================
===============================
.. option:: -prefix <header-path>