aboutsummaryrefslogtreecommitdiff
path: root/common/hashmap.h
diff options
context:
space:
mode:
authorMax Horn2009-09-21 21:37:12 +0000
committerMax Horn2009-09-21 21:37:12 +0000
commit537c886aeba5412896afa423263dd301e42e9931 (patch)
treeb0569b1bd0a2be62bf4bacda88fd77348504cef6 /common/hashmap.h
parent2bf7969f95935fcc7eef3ae2507907adc819baac (diff)
downloadscummvm-rg350-537c886aeba5412896afa423263dd301e42e9931.tar.gz
scummvm-rg350-537c886aeba5412896afa423263dd301e42e9931.tar.bz2
scummvm-rg350-537c886aeba5412896afa423263dd301e42e9931.zip
Stop confusing doxygen :)
svn-id: r44237
Diffstat (limited to 'common/hashmap.h')
-rw-r--r--common/hashmap.h7
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