[cfe-commits] r128871 - /cfe/trunk/docs/UsersManual.html
NAKAMURA Takumi
geek4civic at gmail.com
Mon Apr 4 17:57:02 PDT 2011
Author: chapuni
Date: Mon Apr 4 19:57:02 2011
New Revision: 128871
URL: http://llvm.org/viewvc/llvm-project?rev=128871&view=rev
Log:
docs/UsersManual.html: """ize in a paragraph. A few unpaired quotations might confuse HTML-aware text edtors.
Modified:
cfe/trunk/docs/UsersManual.html
Modified: cfe/trunk/docs/UsersManual.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/UsersManual.html?rev=128871&r1=128870&r2=128871&view=diff
==============================================================================
--- cfe/trunk/docs/UsersManual.html (original)
+++ cfe/trunk/docs/UsersManual.html Mon Apr 4 19:57:02 2011
@@ -366,7 +366,14 @@
fix-it:"t.cpp":{7:25-7:29}:"Gamma"
</pre>
-<p>The range printed is a half-open range, so in this example the characters at column 25 up to but not including column 29 on line 7 in t.cpp should be replaced with the string "Gamma". Either the range or the replacement string may be empty (representing strict insertions and strict erasures, respectively). Both the file name and the insertion string escape backslash (as "\\"), tabs (as "\t"), newlines (as "\n"), double quotes(as "\"") and non-printable characters (as octal "\xxx").</p>
+<p>The range printed is a half-open range, so in this example the characters at
+column 25 up to but not including column 29 on line 7 in t.cpp should be
+replaced with the string "Gamma". Either the range or the replacement
+string may be empty (representing strict insertions and strict erasures,
+respectively). Both the file name and the insertion string escape backslash (as
+"\\"), tabs (as "\t"), newlines (as "\n"), double
+quotes(as "\"") and non-printable characters (as octal
+"\xxx").</p>
</dd>
</dl>
More information about the cfe-commits
mailing list