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

    r7766 r11248  
    1 /** @file psSpline.h
    2  *  @brief Standard Mathematical Functions.
    3  *  @ingroup GROUP00
     1/* @file psSpline.h
     2 * @brief Standard Mathematical Functions.
    43 *
    5  *  This file will hold the prototypes for procedures which allocate, free,
    6  *  and evaluate splines.
     4 * This file will hold the prototypes for procedures which allocate, free,
     5 * and evaluate splines.
    76 *
    8  *  XXX: What is the purpose of the SplineAlloc() function?
     7 * @author GLG, MHPCC
    98 *
    10  *  @ingroup GROUP00
    11  *
    12  *  @author GLG, MHPCC
    13  *
    14  *  @version $Revision: 1.60 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2006-06-30 02:20:06 $
    16  *
    17  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     9 * @version $Revision: 1.61 $ $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
    1812 */
    1913
    2014#ifndef PS_SPLINE_H
    2115#define PS_SPLINE_H
     16
     17/// @addtogroup MathOps Mathematical Operations
     18/// @{
    2219
    2320#include <stdio.h>
     
    3229#define PS_LEFT_SPLINE_DERIV 0.0
    3330#define PS_RIGHT_SPLINE_DERIV 0.0
    34 
    35 /** \addtogroup GROUP00
    36  *  \{
    37  */
    3831
    3932/** One-Dimensional Spline */
     
    115108
    116109
    117 /** \} */ // End of MathGroup Functions
    118 
     110/// @}
    119111#endif // #ifndef PS_SPLINE_H
    120 
Note: See TracChangeset for help on using the changeset viewer.