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

    r11155 r11248  
    1 /** @file  psStats.h
    2  *  \brief basic statistical operations
    3  *  @ingroup Stats
     1/* @file  psStats.h
     2 * @brief basic statistical operations
    43 *
    5  *  This file will hold the definition of the histogram and stats data
    6  *  structures.  It also contains prototypes for procedures which operate
    7  *  on those data structures.
     4 * This file will hold the definition of the histogram and stats data
     5 * structures.  It also contains prototypes for procedures which operate
     6 * on those data structures.
    87 *
    9  *  @author GLG, MHPCC
     8 * @author GLG, MHPCC
    109 *
    11  *  @version $Revision: 1.58 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2007-01-19 04:32:27 $
    13  *
    14  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     10 * @version $Revision: 1.59 $ $Name: not supported by cvs2svn $
     11 * @date $Date: 2007-01-23 22:47:23 $
     12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1513 */
    1614
     
    1816#define PS_STATS_H
    1917
    20 // #include "psVector.h"
    21 
    22 /// @addtogroup Stats
     18/// @addtogroup MathOps Mathematical Operations
    2319/// @{
    2420
     
    132128
    133129/// @}
    134 
    135130#endif // #ifndef PS_STATS_H
    136131
Note: See TracChangeset for help on using the changeset viewer.