Index: trunk/psModules/src/objects/pmPeaks.h
===================================================================
--- trunk/psModules/src/objects/pmPeaks.h	(revision 11159)
+++ trunk/psModules/src/objects/pmPeaks.h	(revision 11253)
@@ -1,3 +1,3 @@
-/** @file  pmPeaks.h
+/* @file  pmPeaks.h
  *
  * The process of finding, measuring, and classifying astronomical sources on
@@ -8,15 +8,16 @@
  * construct a complete object measurement suite.
  *
- *  @author GLG, MHPCC
+ * @author GLG, MHPCC
  *
- *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-01-19 04:36:53 $
- *
- *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
- *
+ * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2007-01-24 02:54:15 $
+ * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
  */
 
 # ifndef PM_PEAKS_H
 # define PM_PEAKS_H
+
+/// @addtogroup Objects Object Detection / Analysis Functions
+/// @{
 
 /** pmPeakType
@@ -147,3 +148,4 @@
 int pmPeaksCompareDescend (const void **a, const void **b);
 
+/// @}
 # endif /* PM_PEAKS_H */
