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

    r10257 r11253  
    1 /** @file  pmModelGroup.h
    2  *
    3  *  The object model function types are defined to allow for the flexible addition
    4  *  of new object models. Every object model, with parameters represented by
    5  *  pmModel, has an associated set of functions which provide necessary support
    6  *  operations. A set of abstract functions allow the programmer to select the
    7  *  approriate function or property for a specific named object model.
    8  *
    9  *  @author EAM, IfA
    10  *
    11  *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2006-11-29 02:36:07 $
    13  *
    14  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    15  *
     1/* @file  pmModelGroup.h
     2 *
     3 * The object model function types are defined to allow for the flexible addition
     4 * of new object models. Every object model, with parameters represented by
     5 * pmModel, has an associated set of functions which provide necessary support
     6 * operations. A set of abstract functions allow the programmer to select the
     7 * approriate function or property for a specific named object model.
     8 *
     9 * @author EAM, IfA
     10 *
     11 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
     12 * @date $Date: 2007-01-24 02:54:15 $
     13 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    1614 */
    1715
    1816# ifndef PM_MODEL_GROUP_H
    1917# define PM_MODEL_GROUP_H
     18
     19/// @addtogroup Objects Object Detection / Analysis Functions
     20/// @{
    2021
    2122//  This function is the model chi-square minimization function for this model.
     
    200201);
    201202
     203/// @}
    202204# endif /* PM_MODEL_GROUP_H */
Note: See TracChangeset for help on using the changeset viewer.