From: Misha Brukman Date: Thu, 15 Apr 2004 15:24:55 +0000 (+0000) Subject: Don't use invalid HTML in doxygen comments. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=70c583663176a19952a382bd06445272bc0e95dd;p=oota-llvm.git 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 --- diff --git a/include/llvm/Debugger/ProgramInfo.h b/include/llvm/Debugger/ProgramInfo.h index 0807d8ca5b6..4420e724189 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 ::CacheType typedef, where 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::CacheType &getLanguageCache(const SL *L) {