Don't use invalid HTML in doxygen comments.
authorMisha Brukman <brukman+llvm@gmail.com>
Thu, 15 Apr 2004 15:24:55 +0000 (15:24 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Thu, 15 Apr 2004 15:24:55 +0000 (15:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12963 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Debugger/ProgramInfo.h

index 0807d8ca5b60a776a7ac85e8b444f142b73365f1..4420e724189d3b3170a8ed3b0a701ce227ba56ff 100644 (file)
@@ -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) {