Add doxygen comment for namespace
authorChris Lattner <sabre@nondot.org>
Tue, 3 Jun 2003 15:30:37 +0000 (15:30 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 3 Jun 2003 15:30:37 +0000 (15:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6579 91177308-0d34-0410-b5e6-96231b3b80d8

include/Support/CommandLine.h
include/llvm/Support/CommandLine.h

index 6c7a9fc2aec7446ad18586ae66b343bc12b22baf..aafef95f56ff3474dd95e0be402d1894b9f3dada 100644 (file)
 #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.
index 6c7a9fc2aec7446ad18586ae66b343bc12b22baf..aafef95f56ff3474dd95e0be402d1894b9f3dada 100644 (file)
 #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.