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

    r10826 r11253  
    1 /// @file pmFPA.h
    2 ///
    3 /// @brief Defines the focal plane hierarchy, along with functions for interacting with it
    4 ///
    5 /// @ingroup Camera
    6 ///
    7 /// @author George Gusciora, MHPCC
    8 /// @author Paul Price, IfA
    9 /// @author Eugene Magnier, IfA
    10 ///
    11 /// @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
    12 /// @date $Date: 2006-12-22 21:23:36 $
    13 ///
    14 /// Copyright 2005-2006 Institute for Astronomy, University of Hawaii
    15 ///
     1/* @file pmFPA.h
     2 * @brief Defines the focal plane hierarchy, along with functions for interacting with it
     3 *
     4 * @author George Gusciora, MHPCC
     5 * @author Paul Price, IfA
     6 * @author Eugene Magnier, IfA
     7 *
     8 * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
     9 * @date $Date: 2007-01-24 02:54:14 $
     10 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii
     11 */
    1612
    1713#ifndef PM_FPA_H
    1814#define PM_FPA_H
     15
     16/// @addtogroup Camera Camera Layout
     17/// @{
    1918
    2019#include <pslib.h>
     
    184183bool pmFPACheckParents(pmFPA *fpa       ///< FPA to check
    185184                      );
    186 
    187 
     185/// @}
    188186#endif // #ifndef PM_FPA_H
Note: See TracChangeset for help on using the changeset viewer.