From c7d1d8256ee319bb6fe70f112a502db1e06dbb7e Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Mon, 1 Nov 2004 09:16:30 +0000 Subject: Attempt HTML 4.01 Strict compliance. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17399 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandLine.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/CommandLine.html') diff --git a/docs/CommandLine.html b/docs/CommandLine.html index 0eda9c2..531c0f8 100644 --- a/docs/CommandLine.html +++ b/docs/CommandLine.html @@ -875,7 +875,8 @@ can use it like this:

else break; // we're done with the list } - }

+ } +

Note that, for compatibility reasons, the cl::opt also supports an unsigned getPosition() option that will provide the absolute position of that option. You can apply the same approach as above with a -- cgit v1.1