[llvm-commits] CVS: llvm/include/llvm/Debugger/ProgramInfo.h
Misha Brukman
brukman at cs.uiuc.edu
Thu Apr 15 10:25:01 PDT 2004
Changes in directory llvm/include/llvm/Debugger:
ProgramInfo.h updated: 1.1 -> 1.2
---
Log message:
Don't use invalid HTML in doxygen comments.
---
Diffs of the changes: (+1 -1)
Index: llvm/include/llvm/Debugger/ProgramInfo.h
diff -u llvm/include/llvm/Debugger/ProgramInfo.h:1.1 llvm/include/llvm/Debugger/ProgramInfo.h:1.2
--- llvm/include/llvm/Debugger/ProgramInfo.h:1.1 Sun Jan 4 23:23:38 2004
+++ llvm/include/llvm/Debugger/ProgramInfo.h Thu Apr 15 10:24:55 2004
@@ -227,7 +227,7 @@
/// getLanguageCache - This method is used to build per-program caches of
/// information, such as the functions or types visible to the program.
/// This can be used by SourceLanguage implementations because it requires
- /// an accessible <sl>::CacheType typedef, where <sl> is the C++ type of the
+ /// an accessible [sl]::CacheType typedef, where [sl] is the C++ type of the
/// source-language subclass.
template<typename SL>
typename SL::CacheType &getLanguageCache(const SL *L) {
More information about the llvm-commits
mailing list