From bddcb9427cb36ac6609fef233eaac3c9b5e5a8f4 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Mon, 5 Jun 2006 16:29:06 +0000 Subject: For PR778: Move file-scoped documentation to class-scoped so it is more readily accessible. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28689 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CallingConv.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'include/llvm/CallingConv.h') diff --git a/include/llvm/CallingConv.h b/include/llvm/CallingConv.h index 568154b..2e3ccee 100644 --- a/include/llvm/CallingConv.h +++ b/include/llvm/CallingConv.h @@ -7,8 +7,7 @@ // //===----------------------------------------------------------------------===// // -// This file defines a set of enums which specify the assigned numeric values -// for known llvm calling conventions. +// This file defines LLVM's set of calling conventions. // //===----------------------------------------------------------------------===// @@ -21,6 +20,9 @@ namespace llvm { /// the well-known calling conventions. /// namespace CallingConv { + /// A set of enums which specify the assigned numeric values for known llvm + /// calling conventions. + /// @brief LLVM Calling Convention Representation enum ID { // C - The default llvm calling convention, compatible with C. This // convention is the only calling convention that supports varargs calls. -- cgit v1.1