summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-04-15 15:24:55 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-04-15 15:24:55 +0000
commit70c583663176a19952a382bd06445272bc0e95dd (patch)
treec03ea1ac8199d88fc83bc4146eeedf68d7864dff /include
parent7a46e4c62b0c8bf62b278d8c279440b220e52307 (diff)
downloadllvm-70c583663176a19952a382bd06445272bc0e95dd.tar.gz
llvm-70c583663176a19952a382bd06445272bc0e95dd.tar.bz2
llvm-70c583663176a19952a382bd06445272bc0e95dd.tar.xz
Don't use invalid HTML in doxygen comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12963 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Debugger/ProgramInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Debugger/ProgramInfo.h b/include/llvm/Debugger/ProgramInfo.h
index 0807d8ca5b..4420e72418 100644
--- a/include/llvm/Debugger/ProgramInfo.h
+++ b/include/llvm/Debugger/ProgramInfo.h
@@ -227,7 +227,7 @@ namespace llvm {
/// 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) {