From 81cc83df0353a08ea02c5e575e8fb9e8fb8ea95a Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 23 Jul 2001 23:04:07 +0000 Subject: Add a comment indicating that there is documentation of the library llvm-svn: 289 --- llvm/lib/Support/CommandLine.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'llvm/lib/Support/CommandLine.cpp') 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" -- cgit v1.2.3