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

    r10252 r11248  
    1 /** @file  psMinimizeLMM.c
    2  *  \brief basic minimization functions
    3  *  @ingroup Math
     1/* @file  psMinimizeLMM.c
     2 * @brief basic minimization functions
    43 *
    5  *  This file will contain function prototypes for various Levenberg-Marquadt
    6  *  minimization routines.
     4 * This file will contain function prototypes for various Levenberg-Marquadt
     5 * minimization routines.
    76 *
    8  *  @author GLG, MHPCC
     7 * @author GLG, MHPCC
    98 *
    10  *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2006-11-29 02:17:15 $
    12  *
    13  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    14  *
     9 * @version $Revision: 1.8 $ $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
    1512 */
    1613
     
    1815#define PS_MINIMIZE_LMM_H
    1916
    20 /** \file psMinimizeLMM.h
    21  *  \brief minimization operations
    22  *  \ingroup Stats
    23  */
    24 /** \addtogroup Stats
    25  *  \{
    26  */
     17/// @addtogroup MathOps Mathematical Operations
     18/// @{
    2719
    2820#include "psVector.h"
     
    176168);
    177169
    178 /* \} */// End of MathGroup Functions
    179 
     170/// @}
    180171#endif // #ifndef PS_MINIMIZE_LMM_H
    181 
Note: See TracChangeset for help on using the changeset viewer.