diff options
author | James Dennett <jdennett@google.com> | 2012-06-15 07:35:42 +0000 |
---|---|---|
committer | James Dennett <jdennett@google.com> | 2012-06-15 07:35:42 +0000 |
commit | 3b2adf237ab033173d7789ec1214d654eec17697 (patch) | |
tree | 028ff57d67bf5dbe4ae5b519f337f25e8a946bc0 | |
parent | 699c9044c7d53a2774d0dd261a6901dd2c4a545f (diff) |
Documentation fixes: Added \brief markup and fixed some formatting.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158501 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/CodeGen/CGCXXABI.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/CodeGen/CGCXXABI.h b/lib/CodeGen/CGCXXABI.h index 2f87b06264..3f2ed8657a 100644 --- a/lib/CodeGen/CGCXXABI.h +++ b/lib/CodeGen/CGCXXABI.h @@ -38,7 +38,7 @@ namespace CodeGen { class CodeGenFunction; class CodeGenModule; -/// Implements C++ ABI-specific code generation functions. +/// \brief Implements C++ ABI-specific code generation functions. class CGCXXABI { protected: CodeGenModule &CGM; @@ -251,7 +251,9 @@ protected: /// /// \param ptr - a pointer to the allocation made for an array, as a char* /// \param cookieSize - the computed cookie size of an array + /// /// Other parameters are as above. + /// /// \return a size_t virtual llvm::Value *readArrayCookieImpl(CodeGenFunction &IGF, llvm::Value *ptr, |