1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 04:22:57 +02:00

Add doxygen comment for namespace

llvm-svn: 6579
This commit is contained in:
Chris Lattner 2003-06-03 15:30:37 +00:00
parent b563188e45
commit 775ec2f5fe

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.