From 209c7f41f99f885c5df57160faa7a5f7fbf72491 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 23 Jul 2001 23:03:12 +0000 Subject: [PATCH] Initial checking of some rough documentation for commandline library git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@288 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandLine.html | 359 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 359 insertions(+) create mode 100644 docs/CommandLine.html diff --git a/docs/CommandLine.html b/docs/CommandLine.html new file mode 100644 index 00000000000..1660639dcb1 --- /dev/null +++ b/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 + +
+ -- 2.34.1