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/astro/psCoord.h

    r10823 r11248  
    11/** @file  psCoord.h
    22 *
    3  *  @brief Contains basic coordinate transformation definitions and operations
     3 *  @brief Basic coordinate transformations
    44 *
    55 *  This file defines the basic types for astronomical coordinate
    66 *  transformation
    77 *
    8  *  @ingroup CoordinateTransform
    9  *
    10  *
    118 *  @author GLG, MHPCC
    129 *
    13  *  @version $Revision: 1.55 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2006-12-22 21:19:47 $
     10 *  @version $Revision: 1.56 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2007-01-23 22:47:22 $
    1512 *
    1613 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    1916#ifndef PS_COORD_H
    2017#define PS_COORD_H
     18
     19/// @addtogroup Astro Astronomy
     20/// @{
    2121
    2222#include "psType.h"
     
    2828#include "psRegion.h"
    2929//#include "psTime.h"
    30 
    31 /// @addtogroup CoordinateTransform
    32 /// @{
    3330
    3431/** Euclidiean Coordinate System.
     
    459456
    460457/// @}
    461 
    462458#endif // #ifndef PS_COORD_H
Note: See TracChangeset for help on using the changeset viewer.