From 02bad9fbc3bceebff0550a2819aa55fb84ba9417 Mon Sep 17 00:00:00 2001 From: John Thompson Date: Mon, 23 Sep 2013 17:57:00 +0000 Subject: [PATCH] Fix headers, use source quoting. llvm-svn: 191211 --- clang-tools-extra/docs/ModularizeUsage.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/clang-tools-extra/docs/ModularizeUsage.rst b/clang-tools-extra/docs/ModularizeUsage.rst index 5b20c1c8..64c89ed 100644 --- a/clang-tools-extra/docs/ModularizeUsage.rst +++ b/clang-tools-extra/docs/ModularizeUsage.rst @@ -1,6 +1,6 @@ -===================== +================ modularize Usage -===================== +================ ``modularize [] [...]`` @@ -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 -- 2.7.4