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

    r7132 r11248  
    1 /** @file psMathUtils.h
    2  *  @brief Standard Mathematical Functions.
    3  *  @ingroup GROUP00
     1/* @file psMathUtils.h
     2 * @brief Standard Mathematical Functions.
    43 *
    5  *  This file contains standard math rotines.
     4 * This file contains standard math rotines.
    65 *
    7  *  @author GLG, MHPCC
     6 * @author GLG, MHPCC
    87 *
    9  *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2006-05-18 01:20:51 $
    11  *
    12  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     8 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     9 * @date $Date: 2007-01-23 22:47:23 $
     10 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1311 */
    1412
    1513#ifndef PS_MATHUTILS_H
    1614#define PS_MATHUTILS_H
     15
     16/// @addtogroup MathOps Mathematical Operations
     17/// @{
    1718
    1819#include <stdio.h>
     
    2324#include "psScalar.h"
    2425#include "psPolynomial.h"
    25 
    26 /** \addtogroup GROUP00
    27  *  \{
    28  */
    2926
    3027/** Performs a binary disection on a monotonically non-decreasing vector.
     
    5552                              psF64 outHigh);
    5653
    57 /** \} */ // End of MathGroup Functions
    58 
     54/// @}
    5955#endif // #ifndef PS_MATHUTILS_H
    60 
Note: See TracChangeset for help on using the changeset viewer.