IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 30, 2009, 12:00:00 PM (17 years ago)
Author:
giebink
Message:

Doxygen comments added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20081230/ppMerge/src/ppMergeThreadLauncher.c

    r21087 r21238  
     1/** @file ppMergeThreadLauncher.c
     2 *
     3 *  @brief
     4 *
     5 *  @ingroup ppMerge
     6 *
     7 *  @author IfA
     8 *  @version $Revision: 1.2.20.2 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2009-01-30 22:00:00 $
     10 *  Copyright 2009 Institute for Astronomy, University of Hawaii
     11 */
     12
    113# include "ppMerge.h"
    214
    3 // each thread runs this function, starting a new job when it finished with an old one
    4 // it is called with a (void *) pointer to its own thread pointer
     15/**
     16 * each thread runs this function, starting a new job when it finished with an old one
     17 * it is called with a (void *) pointer to its own thread pointer
     18 */
    519void *ppMergeThreadLauncher (void *data) {
    620
Note: See TracChangeset for help on using the changeset viewer.