forked from OSchip/llvm-project
docs/UsersManual.html: """ize in a paragraph. A few unpaired quotations might confuse HTML-aware text edtors.
llvm-svn: 128871
This commit is contained in:
parent
f392a69ff7
commit
a33296392e
|
@ -366,7 +366,14 @@ Print Fix-Its in a machine parseable form.</dt>
|
|||
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>
|
||||
|
|
Loading…
Reference in New Issue