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

    r9066 r11248  
    1 /** @file  psFitsHeader.h
     1/* @file  psFitsHeader.h
     2 * @brief Contains Fits header I/O routines
    23 *
    3  *  @brief Contains Fits header I/O routines
     4 * @author Robert DeSonia, MHPCC
    45 *
    5  *  @ingroup FileIO
     6 * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2007-01-23 22:47:23 $
    68 *
    7  *  @author Robert DeSonia, MHPCC
    8  *
    9  *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2006-09-30 02:29:20 $
    11  *
    12  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     9 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1310 */
    1411
     
    1613#define PS_FITSHEADER_H
    1714
     15/// @addtogroup FileIO Input/Output
     16/// @{
     17
    1818#include "psFits.h"
    1919#include "psMetadata.h"
    20 
    21 /// @addtogroup FileIO
    22 /// @{
    2320
    2421/** Reads the header of the current HDU.
     
    7067
    7168/// @}
    72 
    7369#endif // #ifndef PS_FITS_H
Note: See TracChangeset for help on using the changeset viewer.