From: Chris Lattner Date: Tue, 3 Jun 2003 15:30:13 +0000 (+0000) Subject: Add comment for doxygen for namespace X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=0519bdcd3d19063cd3640cabc9f25f6f11cbffb2;p=oota-llvm.git Add comment for doxygen for namespace git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6578 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Intrinsics.h b/include/llvm/Intrinsics.h index a1deb5f3d69..ed1a04b7e22 100644 --- a/include/llvm/Intrinsics.h +++ b/include/llvm/Intrinsics.h @@ -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