IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 23, 2007, 4:54:15 PM (19 years ago)
Author:
magnier
Message:

cleaned up Doxygen groups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmImageSubtract.h

    r9621 r11253  
    1 /** @file  ImageSubtract.h
     1/* @file  ImageSubtract.h
    22 *
    3  *  This file will contain code which creates a set of kernel basis
    4  *  functions, solves for their solution, and applies them to an image.
     3 * This file will contain code which creates a set of kernel basis
     4 * functions, solves for their solution, and applies them to an image.
    55 *
    6  *  @author Paul Price, IfA (original prototype)
    7  *  @author GLG, MHPCC
     6 * @author Paul Price, IfA (original prototype)
     7 * @author GLG, MHPCC
    88 *
    9  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2006-10-18 02:29:15 $
    11  *
    12  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    13  *
     9 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     10 * @date $Date: 2007-01-24 02:54:15 $
     11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    1412 */
    1513
    1614#ifndef PM_IMAGE_COMBINE_H
    1715#define PM_IMAGE_COMBINE_H
     16
     17/// @addtogroup imcombine Image Combinations
     18/// @{
    1819
    1920#include <stdio.h>
     
    120121);
    121122
     123/// @}
    122124#endif
Note: See TracChangeset for help on using the changeset viewer.