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

    r9897 r11253  
     1/* @file  pmGrowthCurve.h
     2 * @brief functions to manipulate the curve-of-growth data
     3 *
     4 * @author EAM, IfA
     5 *
     6 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2007-01-24 02:54:15 $
     8 * Copyright 2006 Institute for Astronomy, University of Hawaii
     9 */
    110
    211# ifndef PM_GROWTH_CURVE_H
    312# define PM_GROWTH_CURVE_H
     13
     14/// @addtogroup Objects Object Detection / Analysis Functions
     15/// @{
    416
    517typedef struct
     
    1830psF32 pmGrowthCurveCorrect (pmGrowthCurve *growth, psF32 radius);
    1931
     32/// @}
    2033# endif /* PM_GROWTH_CURVE_H */
Note: See TracChangeset for help on using the changeset viewer.