diff options
author | Chris Lattner <sabre@nondot.org> | 2001-07-23 23:04:07 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2001-07-23 23:04:07 +0000 |
commit | 81cc83df0353a08ea02c5e575e8fb9e8fb8ea95a (patch) | |
tree | da591306695c85fbf17fcb00ba060ec4672948e3 /llvm/lib/Support | |
parent | ba02525614c2f5be5e57a202bd88e520a70c81b2 (diff) | |
download | bcm5719-llvm-81cc83df0353a08ea02c5e575e8fb9e8fb8ea95a.tar.gz bcm5719-llvm-81cc83df0353a08ea02c5e575e8fb9e8fb8ea95a.zip |
Add a comment indicating that there is documentation of the library
llvm-svn: 289
Diffstat (limited to 'llvm/lib/Support')
-rw-r--r-- | llvm/lib/Support/CommandLine.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/lib/Support/CommandLine.cpp b/llvm/lib/Support/CommandLine.cpp index c3de9758012..a28b86f551d 100644 --- a/llvm/lib/Support/CommandLine.cpp +++ b/llvm/lib/Support/CommandLine.cpp @@ -4,6 +4,9 @@ // creating a tool. It provides a simple, minimalistic interface that is easily // extensible and supports nonlocal (library) command line options. // +// Note that rather than trying to figure out what this code does, you could try +// reading the library documentation located in docs/CommandLine.html +// //===----------------------------------------------------------------------===// #include "llvm/Support/CommandLine.h" |