diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-06-03 15:14:00 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-06-03 15:14:00 +0000 |
commit | 046b1622ebb46c14256d46730ba5580e1fe76152 (patch) | |
tree | 13d3cfa25026e23135c09d074bb90b5ccb8ffd3a | |
parent | 7c277b3a6453dd81ad480c4fcf49a3a01f3e0f62 (diff) | |
download | external_llvm-046b1622ebb46c14256d46730ba5580e1fe76152.zip external_llvm-046b1622ebb46c14256d46730ba5580e1fe76152.tar.gz external_llvm-046b1622ebb46c14256d46730ba5580e1fe76152.tar.bz2 |
Fix case of doxygen directive \p.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13985 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/SymbolTable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/SymbolTable.h b/include/llvm/SymbolTable.h index 13e673c..3159756 100644 --- a/include/llvm/SymbolTable.h +++ b/include/llvm/SymbolTable.h @@ -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. |