diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2004-11-01 09:16:30 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2004-11-01 09:16:30 +0000 |
| commit | 0777321b8f2e4a75120a8bb0a53eafc64d181687 (patch) | |
| tree | ae1822565e55497ef486d40b7b2ea276b2d6f68b /llvm/docs/CommandLine.html | |
| parent | f0714dd617b5d7c91074b9428ab33d1021ead96b (diff) | |
| download | bcm5719-llvm-0777321b8f2e4a75120a8bb0a53eafc64d181687.tar.gz bcm5719-llvm-0777321b8f2e4a75120a8bb0a53eafc64d181687.zip | |
Attempt HTML 4.01 Strict compliance.
llvm-svn: 17399
Diffstat (limited to 'llvm/docs/CommandLine.html')
| -rw-r--r-- | llvm/docs/CommandLine.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/docs/CommandLine.html b/llvm/docs/CommandLine.html index 0eda9c2c4d2..531c0f899c9 100644 --- a/llvm/docs/CommandLine.html +++ b/llvm/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 |

