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/pmSourceIO.h

    r10421 r11253  
    1 /** @file  pmSourceIO.h
     1/* @file  pmSourceIO.h
     2 * @brief functions to read and write object files
    23 *
    3  *  @author EAM, IfA; GLG, MHPCC
     4 * @author EAM, IfA; GLG, MHPCC
    45 *
    5  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2006-12-03 18:48:10 $
    7  *
    8  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     6 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2007-01-24 02:54:15 $
     8 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    99 *
    1010 */
     
    1212# ifndef PM_SOURCE_IO_H
    1313# define PM_SOURCE_IO_H
     14
     15/// @addtogroup Objects Object Detection / Analysis Functions
     16/// @{
    1417
    1518int pmSourceDophotType (pmSource *source);
     
    4245bool pmReadoutWriteObjects (pmReadout *readout, const pmFPAview *view, pmFPAfile *file, pmConfig *config);
    4346
     47/// @}
    4448# endif /* PM_SOURCE_IO_H */
Note: See TracChangeset for help on using the changeset viewer.