Documentation fixes: Added \brief markup and fixed some formatting.

llvm-svn: 158501
This commit is contained in:
James Dennett 2012-06-15 07:35:42 +00:00
parent 1042454b66
commit 6e5cffb617
1 changed files with 3 additions and 1 deletions

View File

@ -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,