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

    r7540 r11248  
    1 /** @file  psFitsTable.h
     1/* @file  psFitsTable.h
     2 * @brief Contains Fits I/O routines
    23 *
    3  *  @brief Contains Fits I/O routines
     4 * @author EAM, PAP, JH
     5 * @author Robert DeSonia, MHPCC
    46 *
    5  *  @ingroup FileIO
    6  *
    7  *  @author Robert DeSonia, MHPCC
    8  *
    9  *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2006-06-13 22:28:02 $
    11  *
    12  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     7 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     8 * @date $Date: 2007-01-23 22:47:23 $
     9 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1310 */
    1411
    1512#ifndef PS_FITSTABLE_H
    1613#define PS_FITSTABLE_H
     14
     15/// @addtogroup FileIO Input/Output
     16/// @{
    1717
    1818#include "psFits.h"
     
    2323#include "psMetadata.h"
    2424#include "psImage.h"
    25 
    26 /// @addtogroup FileIO
    27 /// @{
    2825
    2926/** Reads a table row.  The current HDU type must be either
     
    117114
    118115/// @}
    119 
    120116#endif // #ifndef PS_FITS_H
Note: See TracChangeset for help on using the changeset viewer.