diff options
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 |