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

    r10255 r11248  
    1 /** @file  psMinimizePowell.c
    2  *  \brief basic minimization functions
    3  *  @ingroup Math
     1/* @file  psMinimizePowell.c
     2 * @brief basic minimization functions
    43 *
    5  *  This file will contain function prototypes for various Powell
    6  *  chi-squared minimization routines.
     4 * This file will contain function prototypes for various Powell
     5 * chi-squared minimization routines.
    76 *
    8  *  @author GLG, MHPCC
     7 * @author GLG, MHPCC
    98 *
    10  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2006-11-29 02:33:54 $
     9 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     10 * @date $Date: 2007-01-23 22:47:23 $
    1211 *
    13  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1413 *
    1514 */
     
    1817#define PS_MINIMIZE_POWELL_H
    1918
    20 /** \file psMinimizePowell.h
    21  *  \brief minimization operations
    22  *  \ingroup Stats
    23  */
    24 /** \addtogroup Stats
    25  *  \{
    26  */
     19/// @addtogroup MathOps Mathematical Operations
     20/// @{
    2721
    2822#include "psMinimizeLMM.h"
     
    8882);
    8983
    90 /* \} */// End of MathGroup Functions
    91 
     84/// @}
    9285#endif // #ifndef PS_MINIMIZE_POWELL_H
    93 
Note: See TracChangeset for help on using the changeset viewer.