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/psImagePixelManip.h

    r6227 r11248  
    1 /** @file  psImagePixelManip.h
     1/* @file  psImagePixelManip.h
    22 *
    3  *  @brief Contains basic image pixel manipulation operations, as
    4  *         specified in the PSLIB SDRS sections "Image Pixel Manipulations"
     3 * @brief Basic image pixel manipulation operations
    54 *
    6  *  @ingroup Image
     5 * @author Robert DeSonia, MHPCC
    76 *
    8  *  @author Robert DeSonia, MHPCC
     7 * @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
     8 * @date $Date: 2007-01-23 22:47:23 $
    99 *
    10  *  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2006-01-28 01:12:11 $
    12  *
    13  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     10 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1411 */
     12
    1513#ifndef PS_IMAGE_PIXEL_MANIP_H
    1614#define PS_IMAGE_PIXEL_MANIP_H
     15
     16/// @addtogroup ImageOps Image Operations
     17/// @{
    1718
    1819#include "psImage.h"
     
    2021#include "psStats.h"
    2122#include "psPixels.h"
    22 
    23 /// @addtogroup Image
    24 /// @{
    2523
    2624/** Clip image values outside of range to given values
     
    8886);
    8987
     88/// @}
    9089#endif // #ifndef PS_IMAGE_PIXEL_MANIP_H
Note: See TracChangeset for help on using the changeset viewer.