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/ppMerge/src/ppMergeVersion.h

    r10294 r21244  
     1/** @file ppMergeVersion.h
     2 *
     3 *  @brief
     4 *
     5 *  @ingroup ppMerge
     6 *
     7 *  @author IfA
     8 *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2009-02-01 21:43:05 $
     10 *  Copyright 2009 Institute for Astronomy, University of Hawaii
     11 */
     12
    113#ifndef PP_MERGE_VERSION_H
    214#define PP_MERGE_VERSION_H
    315
    4 /// Return short version information
     16/**
     17 * Return short version information
     18 */
    519psString ppMergeVersion(void);
    620
    7 /// Return long version information
     21/**
     22 * Return long version information
     23 */
    824psString ppMergeVersionLong(void);
    925
    10 /// Update the metadata with version information for all dependencies
     26/**
     27 * Update the metadata with version information for all dependencies
     28 */
    1129void ppMergeVersionMetadata(psMetadata *metadata ///< Metadata to update with version information
    1230    );
Note: See TracChangeset for help on using the changeset viewer.