1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

Fix case of doxygen directive \p.

llvm-svn: 13985
This commit is contained in:
Misha Brukman 2004-06-03 15:14:00 +00:00
parent e78fedecf2
commit 0366f47359

View File

@ -190,7 +190,7 @@ public:
void remove(Value* Val);
/// This method removes a named type from the symbol table. The
/// name of the type is extracted from \P T and used to look up
/// name of the type is extracted from \p T and used to look up
/// the Type in the type map. If the Type is not in the symbol
/// table, this method silently ignores the request.
/// @brief Remove a named type from the symbol table.