[Scummvm-cvs-logs] SF.net SVN: scummvm:[44237] scummvm/trunk/common/hashmap.h

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Mon Sep 21 23:37:12 CEST 2009


Revision: 44237
          http://scummvm.svn.sourceforge.net/scummvm/?rev=44237&view=rev
Author:   fingolfin
Date:     2009-09-21 21:37:12 +0000 (Mon, 21 Sep 2009)

Log Message:
-----------
Stop confusing doxygen :)

Modified Paths:
--------------
    scummvm/trunk/common/hashmap.h

Modified: scummvm/trunk/common/hashmap.h
===================================================================
--- scummvm/trunk/common/hashmap.h	2009-09-21 21:36:35 UTC (rev 44236)
+++ scummvm/trunk/common/hashmap.h	2009-09-21 21:37:12 UTC (rev 44237)
@@ -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


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list