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

include/llvm/Intrinsics.h

index a1deb5f3d6944fa7b572517d79ebdb1431e8dd70..ed1a04b7e229a4688254f70bd73be62d62f69d6e 100644 (file)
@@ -9,6 +9,10 @@
 #ifndef LLVM_INTRINSICS_H
 #define LLVM_INTRINSICS_H
 
+/// LLVMIntrinsic Namespace - This namespace contains an enum with a value for
+/// every intrinsic/builtin function known by LLVM.  These enum values are
+/// returned by Function::getIntrinsicID().
+///
 namespace LLVMIntrinsic {
   enum ID {
     not_intrinsic = 0,   // Must be zero