IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 1, 2009, 11:43:05 AM (17 years ago)
Author:
eugene
Message:

merging Doxygen templates added by Bill G

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppArith/src/ppArith.c

    r15571 r21244  
     1/** @file ppArith.c
     2 *
     3 *  @brief
     4 *
     5 *  @ingroup ppArith
     6 *
     7 *  @author IfA
     8 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2009-02-01 21:40:52 $
     10 *  Copyright 2009 Institute for Astronomy, University of Hawaii
     11 */
     12
    113#ifdef HAVE_CONFIG_H
    214#include <config.h>
     
    1123int main(int argc, char *argv[])
    1224{
    13     psExit exitValue = PS_EXIT_SUCCESS; // Exit value
     25    psExit exitValue = PS_EXIT_SUCCESS; ///< Exit value
    1426    psTimerStart("ppArith");
    1527    psLibInit(NULL);
    1628
    17     pmConfig *config = pmConfigRead(&argc, argv, PPARITH_RECIPE); // Configuration
     29    pmConfig *config = pmConfigRead(&argc, argv, PPARITH_RECIPE); ///< Configuration
    1830    if (!config) {
    1931        psErrorStackPrint(stderr, "Error reading configuration.");
Note: See TracChangeset for help on using the changeset viewer.