Index: trunk/psLib/src/imageops/psImageConvolve.h
===================================================================
--- trunk/psLib/src/imageops/psImageConvolve.h	(revision 4162)
+++ trunk/psLib/src/imageops/psImageConvolve.h	(revision 4243)
@@ -7,6 +7,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-06-08 23:40:45 $
+ *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-06-14 02:54:15 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -24,4 +24,9 @@
 #define PS_TYPE_KERNEL_NAME "psF32"    /**< the data type for kernel as a string */
 
+/** Kernel Type
+ *  
+ *  A floating-point data type used for storing kernel data.
+ *  
+ */
 typedef psF32 psKernelType;
 
@@ -93,4 +98,6 @@
     const psVector* yShifts,           ///< list of y-axis shifts
     psBool relative
+    /**< specifies the starting point for the shifts; true=relative to previous shift
+     *  false = relative to some other starting point.  */
 );
 
