diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2009-08-05 15:42:44 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2009-08-05 15:42:44 +0000 |
commit | e15192b36bb5e99838d3f70bf79f7b8bed7a75b9 (patch) | |
tree | f806c1b39e3729a535af21298a405d66f6904990 /docs/ProgrammersManual.html | |
parent | ea2381eb7143e2ba3ad37de386cabd392b6609d8 (diff) | |
download | external_llvm-e15192b36bb5e99838d3f70bf79f7b8bed7a75b9.zip external_llvm-e15192b36bb5e99838d3f70bf79f7b8bed7a75b9.tar.gz external_llvm-e15192b36bb5e99838d3f70bf79f7b8bed7a75b9.tar.bz2 |
Documentation: fix HTML validation errors.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78196 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ProgrammersManual.html')
-rw-r--r-- | docs/ProgrammersManual.html | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html index 8c6b36b..e3f91a2 100644 --- a/docs/ProgrammersManual.html +++ b/docs/ProgrammersManual.html @@ -30,11 +30,12 @@ <li><a href="#isa">The <tt>isa<></tt>, <tt>cast<></tt> and <tt>dyn_cast<></tt> templates</a> </li> <li><a href="#string_apis">Passing strings (the <tt>StringRef</tt> -and <tt>Twine</tt> classes)</li> +and <tt>Twine</tt> classes)</a> <ul> <li><a href="#StringRef">The <tt>StringRef</tt> class</a> </li> <li><a href="#Twine">The <tt>Twine</tt> class</a> </li> </ul> + </li> <li><a href="#DEBUG">The <tt>DEBUG()</tt> macro and <tt>-debug</tt> option</a> <ul> @@ -86,9 +87,9 @@ option</a></li> <li><a href="#dss_othermap">Other Map-Like Container Options</a></li> </ul></li> <li><a href="#ds_string">String-like containers</a> - <ul> - <!-- todo --> - </ul></li> + <!--<ul> + todo + </ul>--></li> <li><a href="#ds_bit">BitVector-like containers</a> <ul> <li><a href="#dss_bitvector">A dense bitvector</a></li> @@ -525,7 +526,7 @@ it can be efficiently rendered directly into a character array. This avoids unnecessary heap allocation involved in constructing the temporary results of string concatenation. See "<tt><a href="/doxygen/classllvm_1_1Twine_8h-source.html">llvm/ADT/Twine.h</a></tt>" -for more information.</p></tt> +for more information.</p> <p>As with a <tt>StringRef</tt>, <tt>Twine</tt> objects point to external memory and should almost never be stored or mentioned directly. They are intended |