IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 28, 2006, 10:03:22 AM (20 years ago)
Author:
mberning
Message:

Updated pslib_strict.h to remove outdated Doxygen tags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/pslib_strict.h

    r6306 r6504  
    99*  @author Eric Van Alst, MHPCC
    1010*
    11 *  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
    12 *  @date $Date: 2006-02-02 21:11:13 $
     11*  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
     12*  @date $Date: 2006-02-28 20:03:22 $
    1313*
    1414*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2626#endif // #else
    2727
    28 /// @defgroup astro Astrometry Functions
    29 /// @{
    3028#include "psTime.h"
    3129#include "psCoord.h"
    3230#include "psSphereOps.h"
    3331#include "psEarthOrientation.h"
    34 /// @}
    3532
    36 /// @defgroup db Database Functions
    37 /// @{
    3833#include "psDB.h"
    39 /// @}
    4034
    41 /// @defgroup fft Fourier Functions
    42 /// @{
    4335#include "psVectorFFT.h"
    4436#include "psImageFFT.h"
    45 /// @}
    4637
    47 /// @defgroup fits FITS I/O Functions
    48 /// @{
    4938#include "psFits.h"
    5039#include "psFitsHeader.h"
    5140#include "psFitsImage.h"
    5241#include "psFitsTable.h"
    53 /// @}
    5442
    55 /// @defgroup xml XML Functions
    56 /// @{
    5743#include "psXML.h"
    58 /// @}
    59 
    60 /// @defgroup imageops Image Operations
    61 /// @{
    6244#include "psImageConvolve.h"
    6345#include "psImageGeomManip.h"
     
    6749#include "psImageStructManip.h"
    6850#include "psImageMaskOps.h"
    69 /// @}
    7051
    71 /// @defgroup math Math Functions
    72 /// @{
    7352#include "psBinaryOp.h"
    7453#include "psCompare.h"
     
    8463#include "psUnaryOp.h"
    8564#include "psMathUtils.h"
    86 /// @}
    87 
    88 /// @defgroup mathtypes Mathematical Data Objects
    89 /// @{
    9065#include "psImage.h"
    9166#include "psScalar.h"
    9267#include "psVector.h"
    93 /// @}
    94 
    95 /// @defgroup sys System-Level Functions
    96 /// @{
    9768#include "psAbort.h"
    9869#include "psConfigure.h"
     
    10475#include "psTrace.h"
    10576#include "psType.h"
    106 /// @}
    107 
    108 /// @defgroup types Basic Data Types
    109 /// @{
    11077#include "psArray.h"
    11178#include "psBitSet.h"
     
    11784#include "psPixels.h"
    11885#include "psArguments.h"
    119 /// @}
    12086
    12187#endif // #ifndef PS_LIB_STRICT_H
Note: See TracChangeset for help on using the changeset viewer.