Index: trunk/psLib/src/image/psImageExtraction.h
===================================================================
--- trunk/psLib/src/image/psImageExtraction.h	(revision 1426)
+++ trunk/psLib/src/image/psImageExtraction.h	(revision 1440)
@@ -10,6 +10,6 @@
 *  @author Robert DeSonia, MHPCC
 *
-*  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-08-09 22:44:25 $
+*  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-08-09 23:34:58 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -40,5 +40,5 @@
  * one.
  *
- * @return psImage*: Pointer to psImage.
+ * @return psImage* : Pointer to psImage.
  *
  */
@@ -54,5 +54,5 @@
 /** Makes a copy of a psImage
  *
- * @return psImage*  Copy of the input psImage.  This may not be equal to the
+ * @return psImage* Copy of the input psImage.  This may not be equal to the
  * output parameter
  *
@@ -78,5 +78,5 @@
  * @return psVector    the resulting vector
  */
-psVector *psImageSlice(
+psVector* psImageSlice(
     psVector* out,                     ///< psVector to recycle, or NULL.
     psVector* slicePositions,
@@ -111,5 +111,5 @@
  *  @return psVector    resulting vector
  */
-psVector *psImageCut(
+psVector* psImageCut(
     psVector* out,                     ///< psVector to recycle, or NULL.
     const psImage* input,              ///< the input image in which to perform the cut
