[llvm-commits] CVS: llvm/include/llvm/SymbolTable.h
Misha Brukman
brukman at cs.uiuc.edu
Thu Jun 3 10:18:02 PDT 2004
Changes in directory llvm/include/llvm:
SymbolTable.h updated: 1.34 -> 1.35
---
Log message:
Fix case of doxygen directive \p.
---
Diffs of the changes: (+1 -1)
Index: llvm/include/llvm/SymbolTable.h
diff -u llvm/include/llvm/SymbolTable.h:1.34 llvm/include/llvm/SymbolTable.h:1.35
--- llvm/include/llvm/SymbolTable.h:1.34 Fri May 28 00:30:29 2004
+++ llvm/include/llvm/SymbolTable.h Thu Jun 3 10:14:00 2004
@@ -190,7 +190,7 @@
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.
More information about the llvm-commits
mailing list