IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 23, 2007, 4:54:15 PM (19 years ago)
Author:
magnier
Message:

cleaned up Doxygen groups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPAWrite.h

    r10081 r11253  
    1 /// @file pmFPAWrite.h
    2 ///
    3 /// @brief Write FPA components to a FITS file
    4 ///
    5 /// @ingroup Camera
    6 ///
    7 /// @author Paul Price, IfA
    8 ///
    9 /// @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
    10 /// @date $Date: 2006-11-18 23:43:28 $
    11 ///
    12 /// Copyright 2005-2006 Institute for Astronomy, University of Hawaii
    13 ///
     1/* @file pmFPAWrite.h
     2 * @brief Write FPA components to a FITS file
     3 *
     4 * @author Paul Price, IfA
     5 *
     6 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2007-01-24 02:54:14 $
     8 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii
     9 */
    1410
    1511#ifndef PM_FPA_WRITE_H
    1612#define PM_FPA_WRITE_H
    1713
     14/// @addtogroup Camera Camera Layout
     15/// @{
     16
    1817#include <pslib.h>
    1918#include "pmFPA.h"
    20 
    2119
    2220/// Write a readout incrementally
     
    167165                    const char *name    ///< Name for the table data, and the extension name
    168166                   );
    169 
     167/// @}
    170168#endif
Note: See TracChangeset for help on using the changeset viewer.