Index: trunk/psLib/src/sysUtils/psType.h
===================================================================
--- trunk/psLib/src/sysUtils/psType.h	(revision 4214)
+++ trunk/psLib/src/sysUtils/psType.h	(revision 4293)
@@ -10,6 +10,6 @@
 *  @author Ross Harman, MHPCC
 *
-*  @version $Revision: 1.33 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-06-08 23:40:45 $
+*  @version $Revision: 1.34 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-06-17 00:11:08 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -52,4 +52,5 @@
 
 #ifdef SWIG
+/** 32-bit complex value */
 typedef struct
 {
@@ -57,4 +58,6 @@
 }
 psC32;
+
+/** 64-bit complex value */
 typedef struct
 {
@@ -62,4 +65,5 @@
 }
 psC64;
+
 #else // SWIG
 typedef float _Complex psC32;          ///< complex with 32-bit floating point Real and Imagary numbers
@@ -70,4 +74,7 @@
 typedef bool psBool;                   ///< boolean value
 
+/** Enumeration of data types for function elements.
+ *  Contains replacements for native types.
+ */
 typedef enum {
     PS_TYPE_S8   = 0x0101,             ///< Character.
