mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-26 21:20:37 +00:00
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
This commit is contained in:
parent
7a46e4c62b
commit
70c5836631
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user