IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 18, 2004, 9:37:58 PM (22 years ago)
Author:
eugene
Message:

code cleanup for Doxygen support & readability

File:
1 edited

Legend:

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

    r256 r257  
    1111 */
    1212
    13 /** Get current MJD, for a timestamp */
     13/** \addtogroup AstroGroup Astronomy-Specific Utilities
     14 *  \{
     15 */
     16
     17/** Get current MJD, for a timestamp \ingroup AstroGroup */
    1418double
    1519psGetMJD(void);
    1620
    17 /** Get current sidereal time at longitude */
     21/** Get current sidereal time at longitude \ingroup AstroGroup */
    1822double
    1923psGetSidereal(float mjd,                //!< MJD
     
    5357
    5458/***** convert to psTime *****/
    55 /** Convert ISOTime (Human-readable date/time string YYYY/MM/DD,HH:MM:SS.SSS) to psTime */
     59/** Convert ISOTime (Human-readable date/time string YYYY/MM/DD,HH:MM:SS.SSS) to psTime \ingroup AstroGroup */
    5660psTime *
    5761psISOTimeToTime (char *input)           //!< Input ISOTime time
     
    8387;
    8488
     89/* \} end of AstroGroup */
     90
    8591#endif
    8692
Note: See TracChangeset for help on using the changeset viewer.