[llvm-commits] CVS: llvm/include/Support/CommandLine.h

Chris Lattner lattner at cs.uiuc.edu
Tue Jun 3 10:32:01 PDT 2003


Changes in directory llvm/include/Support:

CommandLine.h updated: 1.10 -> 1.11

---
Log message:

Add doxygen comment for namespace


---
Diffs of the changes:

Index: llvm/include/Support/CommandLine.h
diff -u llvm/include/Support/CommandLine.h:1.10 llvm/include/Support/CommandLine.h:1.11
--- llvm/include/Support/CommandLine.h:1.10	Thu May 22 15:25:57 2003
+++ llvm/include/Support/CommandLine.h	Tue Jun  3 10:30:37 2003
@@ -19,7 +19,10 @@
 #include <cstdarg>
 #include "boost/type_traits/object_traits.hpp"
 
-namespace cl {   // Short namespace to make usage concise
+/// cl Namespace - This namespace contains all of the command line option
+/// processing machinery.  It is intentionally a short name to make qualified
+/// usage concise.
+namespace cl {
 
 //===----------------------------------------------------------------------===//
 // ParseCommandLineOptions - Command line option processing entry point.





More information about the llvm-commits mailing list