IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 23, 2007, 12:47:23 PM (19 years ago)
Author:
magnier
Message:

major cleanup of the Doxygen groups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/imageops/psImageMaskOps.h

    r5256 r11248  
    1 /** @file  psImageMaskOps.h
     1/* @file  psImageMaskOps.h
    22 *
    3  *  @brief Contains basic image pixel manipulation operations, as
    4  *         specified in the PSLIB SDRS sections "Mask Operations"
     3 * @brief Contains basic image pixel manipulation operations, as
     4 *        specified in the PSLIB SDRS sections "Mask Operations"
    55 *
    6  *  @ingroup Image
     6 * @author David Robbins, MHPCC
    77 *
    8  *  @author David Robbins, MHPCC
     8 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     9 * @date $Date: 2007-01-23 22:47:23 $
    910 *
    10  *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2005-10-10 20:12:13 $
    12  *
    13  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     11 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1412 */
     13
    1514#ifndef PS_IMAGE_MASK_OPS_H
    1615#define PS_IMAGE_MASK_OPS_H
     16
     17/// @addtogroup ImageOps Image Operations
     18/// @{
    1719
    1820#include "psImage.h"
     
    2022#include "psStats.h"
    2123#include "psPixels.h"
    22 
    23 /// @addtogroup Image
    24 /// @{
    2524
    2625/** Sets the bits inside the region, ignoring pixels outside.
     
    9594);
    9695
     96/// @}
    9797#endif // #ifndef PS_MASK_OPS_H
Note: See TracChangeset for help on using the changeset viewer.