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/psFitsImage.h

    r8412 r11248  
    1 /** @file  psFitsImage.h
     1/* @file  psFitsImage.h
     2 * @brief Contains Fits I/O routines
    23 *
    3  *  @brief Contains Fits I/O routines
     4 * @author Robert DeSonia, MHPCC
    45 *
    5  *  @ingroup FileIO
    6  *
    7  *  @author Robert DeSonia, MHPCC
    8  *
    9  *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2006-08-17 22:15:17 $
    11  *
    12  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     6 * @version $Revision: 1.6 $ $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_FITSIMAGE_H
    1713
     14/// @addtogroup FileIO Input/Output
     15/// @{
     16
    1817#include "psFits.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/** Reads an image, given the desired region and z-plane.
     
    8984
    9085/// @}
    91 
    9286#endif // #ifndef PS_FITS_H
Note: See TracChangeset for help on using the changeset viewer.