IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 6, 2009, 9:45:30 AM (17 years ago)
Author:
giebink
Message:

inline Doxygen comments deleted

File:
1 edited

Legend:

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

    r21244 r21378  
    66 *
    77 *  @author IfA
    8  *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2009-02-01 21:40:52 $
     8 *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2009-02-06 19:45:30 $
    1010 *  Copyright 2009 Institute for Astronomy, University of Hawaii
    1111 */
     
    2323int main(int argc, char *argv[])
    2424{
    25     psExit exitValue = PS_EXIT_SUCCESS; ///< Exit value
     25    psExit exitValue = PS_EXIT_SUCCESS; // Exit value
    2626    psTimerStart("ppArith");
    2727    psLibInit(NULL);
    2828
    29     pmConfig *config = pmConfigRead(&argc, argv, PPARITH_RECIPE); ///< Configuration
     29    pmConfig *config = pmConfigRead(&argc, argv, PPARITH_RECIPE); // Configuration
    3030    if (!config) {
    3131        psErrorStackPrint(stderr, "Error reading configuration.");
Note: See TracChangeset for help on using the changeset viewer.