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/fits/psFits.h

    r7846 r11248  
    1 /** @file  psFits.h
    2  *
    3  *  @brief Contains Fits I/O routines
    4  *
    5  *  @ingroup FileIO
    6  *
    7  *  @author Robert DeSonia, MHPCC
    8  *
    9  *  @version $Revision: 1.25 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2006-07-08 03:06:40 $
    11  *
    12  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     1/* @file  psFits.h
     2 * @brief Contains Fits I/O routines
     3 *
     4 * @author Robert DeSonia, MHPCC
     5 *
     6 * @version $Revision: 1.26 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2007-01-23 22:47:23 $
     8 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    139 */
    1410
     
    1612#define PS_FITS_H
    1713
     14/// @addtogroup FileIO Input/Output
     15/// @{
     16
    1817#include <fitsio.h>
    19 
    2018#include "psType.h"
    2119#include "psArray.h"
     
    2321#include "psMetadata.h"
    2422#include "psImage.h"
    25 
    26 /// @addtogroup FileIO
    27 /// @{
    2823
    2924/** FITS HDU type.
     
    203198
    204199/// @}
    205 
    206200#endif // #ifndef PS_FITS_H
Note: See TracChangeset for help on using the changeset viewer.