Index: trunk/psLib/src/sys/psMemory.h
===================================================================
--- trunk/psLib/src/sys/psMemory.h	(revision 7901)
+++ trunk/psLib/src/sys/psMemory.h	(revision 7914)
@@ -12,6 +12,6 @@
  *  @ingroup MemoryManagement
  *
- *  @version $Revision: 1.57 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-07-14 02:26:25 $
+ *  @version $Revision: 1.58 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-07-15 02:57:12 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -172,6 +172,10 @@
 );
 
+/** Tells whether or not a pointer has been allocated as a psDataType.
+ *
+ * @return bool:        True if ptr is a psDataType, otherwise false.
+ */
 bool is_psType(
-    psPtr ptr
+    psPtr ptr                          ///< The pointer whose type to check
 );
 
