diff options
author | Max Horn | 2009-09-21 21:37:12 +0000 |
---|---|---|
committer | Max Horn | 2009-09-21 21:37:12 +0000 |
commit | 537c886aeba5412896afa423263dd301e42e9931 (patch) | |
tree | b0569b1bd0a2be62bf4bacda88fd77348504cef6 /common | |
parent | 2bf7969f95935fcc7eef3ae2507907adc819baac (diff) | |
download | scummvm-rg350-537c886aeba5412896afa423263dd301e42e9931.tar.gz scummvm-rg350-537c886aeba5412896afa423263dd301e42e9931.tar.bz2 scummvm-rg350-537c886aeba5412896afa423263dd301e42e9931.zip |
Stop confusing doxygen :)
svn-id: r44237
Diffstat (limited to 'common')
-rw-r--r-- | common/hashmap.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/common/hashmap.h b/common/hashmap.h index 5d10f49349..4a23ca7563 100644 --- a/common/hashmap.h +++ b/common/hashmap.h @@ -39,10 +39,9 @@ #endif namespace Common { -/** - * The sgi IRIX MIPSpro Compiler has difficulties with nested templates. - * This and the other __sgi conditionals below work around these problems. - */ + +// The sgi IRIX MIPSpro Compiler has difficulties with nested templates. +// This and the other __sgi conditionals below work around these problems. #ifdef __sgi template<class T> class IteratorImpl; #endif |