forked from OSchip/llvm-project
Documentation cleanup: escape "::" to avoid a Doxygen warning
llvm-svn: 158778
This commit is contained in:
parent
b0ed34df15
commit
a02e11f31d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue