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

    r9617 r11253  
    1 /// @file pmNonLinear.h
    2 ///
    3 /// @brief Perform non-linear correction through polynomial or table lookup
    4 ///
    5 /// @ingroup Detrend
    6 ///
    7 /// @author George Gusciora, MHPCC
    8 /// @author Paul Price, IfA
    9 ///
    10 /// @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    11 /// @date $Date: 2006-10-17 22:57:27 $
    12 ///
    13 /// Copyright 2004 Institute for Astronomy, University of Hawaii
    14 ///
     1/* @file pmNonLinear.h
     2 * @brief Perform non-linear correction through polynomial or table lookup
     3 *
     4 * @author George Gusciora, MHPCC
     5 * @author Paul Price, IfA
     6 *
     7 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     8 * @date $Date: 2007-01-24 02:54:15 $
     9 * Copyright 2004 Institute for Astronomy, University of Hawaii
     10 */
    1511
    1612#ifndef PM_NON_LINEAR_H
    1713#define PM_NON_LINEAR_H
     14
     15/// @addtogroup detrend Detrend Creation and Application
     16/// @{
    1817
    1918#include <pslib.h>
     
    3635                               );
    3736
     37/// @}
    3838#endif
Note: See TracChangeset for help on using the changeset viewer.