IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 23, 2007, 4:54:15 PM (19 years ago)
Author:
magnier
Message:

cleaned up Doxygen groups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmPeaks.h

    r11159 r11253  
    1 /** @file  pmPeaks.h
     1/* @file  pmPeaks.h
    22 *
    33 * The process of finding, measuring, and classifying astronomical sources on
     
    88 * construct a complete object measurement suite.
    99 *
    10  *  @author GLG, MHPCC
     10 * @author GLG, MHPCC
    1111 *
    12  *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2007-01-19 04:36:53 $
    14  *
    15  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    16  *
     12 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     13 * @date $Date: 2007-01-24 02:54:15 $
     14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    1715 */
    1816
    1917# ifndef PM_PEAKS_H
    2018# define PM_PEAKS_H
     19
     20/// @addtogroup Objects Object Detection / Analysis Functions
     21/// @{
    2122
    2223/** pmPeakType
     
    147148int pmPeaksCompareDescend (const void **a, const void **b);
    148149
     150/// @}
    149151# endif /* PM_PEAKS_H */
Note: See TracChangeset for help on using the changeset viewer.