IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 398


Ignore:
Timestamp:
Apr 8, 2004, 12:05:10 PM (22 years ago)
Author:
Paul Price
Message:

Defined groups at the start, so that we can mix things up so that they compile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/pslib/include/psLib.h

    r396 r398  
    1212
    1313/** @defgroup SystemGroup System Utilities */
     14/** @defgroup DataGroup General Data Container Utilities */
     15/** @defgroup MathGroup Math Utilities */
     16/** @defgroup AstroGroup Astronomy-Specific Utilities */
     17
     18
     19/** @ingroup SystemGroup */
    1420# include <psMemory.h>
    1521# include <psTrace.h>
     
    1824# include <psError.h>
    1925
    20 /** @defgroup DataGroup General Data Container Utilities */
     26/** @ingroup DataGroup */
    2127# include <psStdArrays.h>
    2228# include <psHash.h>
     
    2430
    2531/* These are here to ensure things compile --- ordering is important.  ): */
     32/* They are also listed later to keep things together */
    2633/** @ingroup MathGroup */
    2734# include <psStats.h>
    2835# include <psFunctions.h>
    2936/** @ingroup AstroGroup */
    30 # include <psMetaData.h>
     37# include <psMetadata.h>
    3138# include <psImage.h>
    3239
    33 /** @defgroup MathGroup Math Utilities */
     40/** @ingroup MathGroup */
    3441# include <psBitMask.h>
    3542# include <psFFT.h>
     
    4148# include <psSort.h>
    4249
    43 /** @defgroup AstroGroup Astronomy-Specific Utilities */
     50/** @ingroup AstroGroup */
    4451# include <psPosition.h>
    4552# include <psDateTime.h>
    46 # include <psMetaData.h>
     53# include <psMetadata.h>
    4754# include <psImage.h>
    4855# include <psPhotom.h>
Note: See TracChangeset for help on using the changeset viewer.