IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 23, 2007, 12:47:23 PM (19 years ago)
Author:
magnier
Message:

major cleanup of the Doxygen groups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psMinimizePolyFit.h

    r10848 r11248  
    1 /** @file  psMinimizePolyFit.c
    2  *  \brief basic minimization functions
    3  *  @ingroup Math
     1/* @file  psMinimizePolyFit.c
     2 * @brief basic minimization functions
    43 *
    5  *  This file will contain function prototypes for various
    6  *  1-D polynomial fitting routines.
     4 * This file will contain function prototypes for various
     5 * 1-D polynomial fitting routines.
    76 *
    8  *  @author GLG, MHPCC
     7 * @author GLG, MHPCC
    98 *
    10  *  XXX: Must Doxygenate.
    11  *
    12  *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2006-12-29 04:38:42 $
    14  *
    15  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     9 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     10 * @date $Date: 2007-01-23 22:47:23 $
     11 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1612 *
    1713 */
     
    2016#define PS_MINIMIZE_POLYFIT_H
    2117
    22 /** \file psMinimizePolyFit.h
    23  *  \brief minimization operations
    24  *  \ingroup Stats
    25  */
    26 /** \addtogroup Stats
    27  *  \{
    28  */
     18/// @addtogroup MathOps Mathematical Operations
     19/// @{
    2920
    3021#include "psVector.h"
     
    143134);
    144135
    145 /* \} */// End of MathGroup Functions
    146 
     136/// @}
    147137#endif // #ifndef PS_MINIMIZE_POLYFIT_H
    148 
Note: See TracChangeset for help on using the changeset viewer.