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/detrend/pmDetrendDB.h

    r9854 r11253  
    1 /** @file  pmDetrendDB.h
    2 *
    3 *  @brief Tools to query the detrend database system
    4 *
    5 *  the functions in here do not perform the detrend database queries directly.  all interfaces
    6 *  to the detrend database go through the external dettools functions.  this allows the modules
    7 *  and directly dependent program to be sufficiently independent of the database schema that it
    8 *  can be used with any properly defined detrend database tables.
    9 *
    10 *  XXX place the specific name of the detrend database query command in the configuration data
    11 *
    12 *  @ingroup Detrend
    13 *
    14 *  @author EAM, IfA
    15 *
    16 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    17 *  @date $Date: 2006-11-04 02:34:01 $
    18 *
    19 *  Copyright 2004-2005 Institute for Astronomy, University of Hawaii
    20 */
     1/* @file  pmDetrendDB.h
     2 * @brief Tools to query the detrend database system
     3 *
     4 * the functions in here do not perform the detrend database queries directly.  all interfaces
     5 * to the detrend database go through the external dettools functions.  this allows the modules
     6 * and directly dependent program to be sufficiently independent of the database schema that it
     7 * can be used with any properly defined detrend database tables.
     8 *
     9 * @author EAM, IfA
     10 *
     11 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     12 * @date $Date: 2007-01-24 02:54:15 $
     13 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii
     14 */
    2115
    2216#ifndef PM_DETREND_DB_H
    2317#define PM_DETREND_DB_H
     18
     19/// @addtogroup detrend Detrend Creation and Application
     20/// @{
    2421
    2522#include "pmFPALevel.h"
     
    6966char *pmDetrendFile (const char *detID, const char *classID);
    7067
     68/// @}
    7169# endif
Note: See TracChangeset for help on using the changeset viewer.