Documentation cleanup: use \brief, and don't repeat the identifier being

declared.

llvm-svn: 175339
This commit is contained in:
James Dennett 2013-02-16 07:45:22 +00:00
parent 344232c179
commit bd59295fb7
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ public:
return (void*)(uintptr_t)getRawEncoding();
}
/// getFromPtrEncoding - Turn a pointer encoding of a SourceLocation object
/// \brief Turn a pointer encoding of a SourceLocation object back
/// into a real SourceLocation.
static SourceLocation getFromPtrEncoding(const void *Encoding) {
return getFromRawEncoding((unsigned)(uintptr_t)Encoding);