IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 15, 2004, 3:20:03 PM (22 years ago)
Author:
eugene
Message:

added Doxygen \file and \defgroup entries
some basic reorganization

File:
1 edited

Legend:

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

    r226 r247  
    22#define PS_POSITION_H
    33
    4 /* Include array declaration macros */
    5 #include "psArray.h"
    6 #include "psObjects.h"
    7 
    8 /***********************************************************************************************************/
    9 
    10 /** Magic values for errors */
    11 enum {
    12     PS_NO_VALUE = -111,                 //!< Corresponding value not yet measured
    13     PS_NO_ERROR = -222                  //!< Corresponding value has no error
    14 };
     4/** \file psPosition.h
     5 *  \brief Definitions of objects in 2-D space
     6 *  \ingroup AstroGroup
     7 */
    158
    169/***********************************************************************************************************/
Note: See TracChangeset for help on using the changeset viewer.