]> granicus.if.org Git - clang/commitdiff
Documentation cleanup: escape "::" to avoid a Doxygen warning
authorJames Dennett <jdennett@google.com>
Wed, 20 Jun 2012 00:57:15 +0000 (00:57 +0000)
committerJames Dennett <jdennett@google.com>
Wed, 20 Jun 2012 00:57:15 +0000 (00:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158778 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGCXXABI.h

index 3f2ed8657abcda3b0bf48e43559066ab499ab029..33f9743f174a20b315cbdbcbfbbe4b27ec0e0210 100644 (file)
@@ -201,7 +201,7 @@ public:
   ///
   /// Several cases are filtered out before this method is called:
   ///   - non-array allocations never need a cookie
-  ///   - calls to ::operator new(size_t, void*) never need a cookie
+  ///   - calls to \::operator new(size_t, void*) never need a cookie
   ///
   /// \param ElementType - the allocated type of the expression,
   ///   i.e. the pointee type of the expression result type