From ba02525614c2f5be5e57a202bd88e520a70c81b2 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 23 Jul 2001 23:03:12 +0000 Subject: Initial checking of some rough documentation for commandline library llvm-svn: 288 --- llvm/docs/CommandLine.html | 359 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 359 insertions(+) create mode 100644 llvm/docs/CommandLine.html (limited to 'llvm/docs/CommandLine.html') diff --git a/llvm/docs/CommandLine.html b/llvm/docs/CommandLine.html new file mode 100644 index 00000000000..1660639dcb1 --- /dev/null +++ b/llvm/docs/CommandLine.html @@ -0,0 +1,359 @@ + +CommandLine Library Manual + + + + +
  CommandLine Library Manual
+ +
    +
  1. Introduction +
  2. Quick Start Guide +
      +
    1. Flag Arguments +
    2. Argument Aliases +
    3. Selecting one alternative from a set +
    4. Named alternatives +
    5. Parsing a list of options +
    +
  3. Reference Guide +
  4. Extension Guide +

+ + + + +
+Introduction +

+Quick Start Guide +
   +Flag Arguments +
   +Argument Aliases +
   +Selecting one alternative from a set +
   +Named Alternatives +
   +Parsing a list of options +
+Reference Guide +
+Extension Guide +
+ + +
+ +
Chris Lattner
+ + +Last modified: Mon Jul 23 17:33:57 CDT 2001 + +
+ -- cgit v1.2.3