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

    r9924 r11253  
    1 /** @file  pmPSF.h
     1/* @file  pmPSF.h
    22 *
    33 * This file contains typedefs for the Point-Spread Function and prototypes
    44 * for functions that calculate the PSF.
    55 *
    6  *  @author EAM, IfA
     6 * @author EAM, IfA
    77 *
    8  *
    9  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    10  *
     8 * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
     9 * @date $Date: 2007-01-24 02:54:15 $
     10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    1111 */
    1212
    1313# ifndef PM_PSF_H
    1414# define PM_PSF_H
     15
     16/// @addtogroup Objects Object Detection / Analysis Functions
     17/// @{
    1518
    1619typedef enum {
     
    9699pmPSF *pmPSFBuildSimple (char *typeName, float sxx, float syy, float sxy, ...);
    97100
     101/// @}
    98102# endif
Note: See TracChangeset for help on using the changeset viewer.