summaryrefslogtreecommitdiff
path: root/docs/CommandLine.html
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-11-01 09:16:30 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-11-01 09:16:30 +0000
commitc7d1d8256ee319bb6fe70f112a502db1e06dbb7e (patch)
tree24b40c5c0966e61e3dc356e7ee3163cddbcbc62a /docs/CommandLine.html
parentfe8f4fff15acc25fa9068253995b0e695c8e001b (diff)
downloadllvm-c7d1d8256ee319bb6fe70f112a502db1e06dbb7e.tar.gz
llvm-c7d1d8256ee319bb6fe70f112a502db1e06dbb7e.tar.bz2
llvm-c7d1d8256ee319bb6fe70f112a502db1e06dbb7e.tar.xz
Attempt HTML 4.01 Strict compliance.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17399 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandLine.html')
-rw-r--r--docs/CommandLine.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/CommandLine.html b/docs/CommandLine.html
index 0eda9c2c4d..531c0f899c 100644
--- a/docs/CommandLine.html
+++ b/docs/CommandLine.html
@@ -875,7 +875,8 @@ can use it like this:</p>
else
break; // we're done with the list
}
- }</tt></pre></p>
+ }
+ </tt></pre></p>
<p>Note that, for compatibility reasons, the <tt>cl::opt</tt> also supports an
<tt>unsigned getPosition()</tt> option that will provide the absolute position
of that option. You can apply the same approach as above with a