Documentation cleanup: escape "::" to avoid a Doxygen warning

llvm-svn: 158778
This commit is contained in:
James Dennett 2012-06-20 00:57:15 +00:00
parent b0ed34df15
commit a02e11f31d
1 changed files with 1 additions and 1 deletions

View 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