]> granicus.if.org Git - clang/commitdiff
Documentation fixes: Added \brief markup and fixed some formatting.
authorJames Dennett <jdennett@google.com>
Fri, 15 Jun 2012 07:35:42 +0000 (07:35 +0000)
committerJames Dennett <jdennett@google.com>
Fri, 15 Jun 2012 07:35:42 +0000 (07:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158501 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGCXXABI.h

index 2f87b062649395c649705acf27b065601f252933..3f2ed8657abcda3b0bf48e43559066ab499ab029 100644 (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,