[Wavelet-commit] Wavelet Doxyfile.in,1.4,1.5 WImage.hh,1.5,1.6 WTools.hh,1.2,1.3 Wave.hh,1.2,1.3 ppm
Status: Beta
Brought to you by:
herbert
From: Herbert M. D. <he...@us...> - 2005-07-12 14:52:28
|
Update of /cvsroot/wavelet/Wavelet In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21335 Modified Files: Doxyfile.in WImage.hh WTools.hh Wave.hh ppmlib.h Log Message: Fixed doxygen documentation. Index: ppmlib.h =================================================================== RCS file: /cvsroot/wavelet/Wavelet/ppmlib.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ppmlib.h 19 Oct 2004 13:55:36 -0000 1.1 --- ppmlib.h 12 Jul 2005 14:52:18 -0000 1.2 *************** *** 9,13 **** #ifndef PPMLIB_H__ #define PPMLIB_H__ ! /** @addtogroup WImage */ #include "WImage/miscdefs.h" --- 9,14 ---- #ifndef PPMLIB_H__ #define PPMLIB_H__ ! ! /** @ingroup WImage */ #include "WImage/miscdefs.h" Index: Wave.hh =================================================================== RCS file: /cvsroot/wavelet/Wavelet/Wave.hh,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Wave.hh 3 Jun 2005 14:02:01 -0000 1.2 --- Wave.hh 12 Jul 2005 14:52:18 -0000 1.3 *************** *** 11,17 **** #define WAVE_HH__ /** ! * @defgroup Wave Classes for Wavelet Transforms ! * @brief Classes for Wavlet Transforms * * The classes in the group Wave deal with performing Wavelet transforms --- 11,19 ---- #define WAVE_HH__ + /** @defgroup Wave Classes for Wavelet Transforms */ + /** ! * @ingroup Wave ! * @brief Classes for Wavelet Transforms * * The classes in the group Wave deal with performing Wavelet transforms Index: WTools.hh =================================================================== RCS file: /cvsroot/wavelet/Wavelet/WTools.hh,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** WTools.hh 3 Jun 2005 14:02:01 -0000 1.2 --- WTools.hh 12 Jul 2005 14:52:18 -0000 1.3 *************** *** 11,16 **** #define WTOOLS_HH__ /** ! * @defgroup WTools Utilities for images and Wavelet Transforms * @brief Wavelet-based image tools * --- 11,18 ---- #define WTOOLS_HH__ + /** @defgroup WTools Utilities for images and Wavelet Transforms */ + /** ! * @ingroup WTools * @brief Wavelet-based image tools * Index: Doxyfile.in =================================================================== RCS file: /cvsroot/wavelet/Wavelet/Doxyfile.in,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Doxyfile.in 27 Jan 2005 13:38:37 -0000 1.4 --- Doxyfile.in 12 Jul 2005 14:52:17 -0000 1.5 *************** *** 55,61 **** # configuration options related to the input files #--------------------------------------------------------------------------- ! INPUT = . FILE_PATTERNS = *.hh *.h ! RECURSIVE = YES EXCLUDE = ./debian EXCLUDE_SYMLINKS = NO --- 55,61 ---- # configuration options related to the input files #--------------------------------------------------------------------------- ! INPUT = WImage.hh Wave.hh WTools.hh . WImage Wave WTools FILE_PATTERNS = *.hh *.h ! RECURSIVE = NO EXCLUDE = ./debian EXCLUDE_SYMLINKS = NO Index: WImage.hh =================================================================== RCS file: /cvsroot/wavelet/Wavelet/WImage.hh,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** WImage.hh 3 Jun 2005 14:02:01 -0000 1.5 --- WImage.hh 12 Jul 2005 14:52:18 -0000 1.6 *************** *** 11,16 **** #define WIMAGE_HH__ /** ! * @defgroup WImage Classes for images * @brief Image classes and tools * --- 11,18 ---- #define WIMAGE_HH__ + /** @defgroup WImage Classes for images */ + /** ! * @ingroup WImage * @brief Image classes and tools * |