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

    r10254 r11248  
    1 /** @file  psEllipse.h
     1/* @file  psEllipse.h
     2 * @brief functions to manipulate sparse matrices equations
    23 *
    3  * functions to manipulate sparse matrices equations
    4  *
     4 * $Revision: 1.3 $ $Name: not supported by cvs2svn $
     5 * $Date: 2007-01-23 22:47:23 $
     6 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    57 */
    68
    79#ifndef PS_ELLIPSE_H
    810#define PS_ELLIPSE_H
     11
     12/// @addtogroup MathOps Mathematical Operations
     13/// @{
    914
    1015// strucures to define elliptical shape parameters
     
    3944psEllipseAxes psEllipseShapeToAxes(psEllipseShape shape, double maxAR);
    4045
     46/// @}
    4147#endif
Note: See TracChangeset for help on using the changeset viewer.