mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-27 13:30:05 +00:00
Fix case of doxygen directive \p.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13985 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7c277b3a64
commit
046b1622eb
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user