IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 5, 2009, 3:37:17 PM (17 years ago)
Author:
giebink
Message:

ppSub Doxygen tags and Doxygen configuration files added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSub/src/ppSub.h

    r21257 r21360  
     1/** @file ppSub.h
     2 *
     3 *  @brief
     4 *
     5 *  @ingroup ppSub
     6 *
     7 *  @author IfA
     8 *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2009-02-06 01:37:17 $
     10 *  Copyright 2009 Institute for Astronomy, University of Hawaii
     11 */
     12
    113#ifndef PP_SUB_H
    214#define PP_SUB_H
     
    1224#include <psphot.h>
    1325#include <ppStats.h>
     26
     27/// @addtogroup ppSub
     28/// @{
    1429
    1530#define PPSUB_RECIPE "PPSUB"            /// Name of the recipe to use
     
    115130bool psMetadataCopySingle(psMetadata *target, psMetadata *source, const char *name);
    116131
     132///@}
    117133#endif
Note: See TracChangeset for help on using the changeset viewer.