Add doxygen comment for namespace

llvm-svn: 6579
This commit is contained in:
Chris Lattner 2003-06-03 15:30:37 +00:00
parent f3dce0882f
commit 46a1892c68
1 changed files with 4 additions and 1 deletions

View File

@ -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.