|
Boost-Commit : |
From: hljin_at_[hidden]
Date: 2007-11-14 21:07:54
Author: hljin
Date: 2007-11-14 21:07:53 EST (Wed, 14 Nov 2007)
New Revision: 41097
URL: http://svn.boost.org/trac/boost/changeset/41097
Log:
GIL: removed the example directory from the documentation as it is a duplication and re-directed the Doxygen documentation to a local copy (to be submitted next)
Removed:
trunk/libs/gil/doc/example/
Text files modified:
trunk/libs/gil/doc/index.html | 22 ++++++++++++----------
1 files changed, 12 insertions(+), 10 deletions(-)
Modified: trunk/libs/gil/doc/index.html
==============================================================================
--- trunk/libs/gil/doc/index.html (original)
+++ trunk/libs/gil/doc/index.html 2007-11-14 21:07:53 EST (Wed, 14 Nov 2007)
@@ -70,7 +70,7 @@
design rationale.
<p>
-<li><strong>Doxygen Documentation</strong>
+<li><strong>Doxygen Documentation</strong>
<p>
Interactive cross-linked documentation
@@ -78,15 +78,17 @@
<p>
<li>Sample files:
<ul>
- <li>x_gradient.cpp Writing an algorithm that operates on generic images</li>
- <li>dynamic_image.cpp Using images whose properties (color space, channel type) are specified at run time</li>
- <li>histogram.cpp Creating a histogram</li>
- <li>interleaved_ptr.cpp,interleaved_ptr.hpp,interleaved_ref.hpp Creating your own pixel reference and pixel iterator</li>
- <li>mandelbrot.cpp Creating a synthetic image defined by a function</li>
- <li>packed_pixel.cpp Defining bitmasks and images whose channels or pixels are not byte-aligned</li>
- <li>resize.cpp Rescaling an image using bilinear sampling (requires the optional Numeric extension)</li>
- <li>affine.cpp Applying an affine transformation to an image (requires the optional Numeric extension)</li>
- <li>convolution.cpp Blurring images (requires the optional Numeric extension)</li>
+ <li>x_gradient.cpp Writing an algorithm that operates on generic images</li>
+ <li>dynamic_image.cpp Using images whose properties (color space, channel type) are specified at run time</li>
+ <li>histogram.cpp Creating a histogram</li>
+ <li>interleaved_ptr.cpp,
+ interleaved_ptr.hpp,
+ interleaved_ref.hpp Creating your own pixel reference and pixel iterator</li>
+ <li>mandelbrot.cpp Creating a synthetic image defined by a function</li>
+ <li>packed_pixel.cpp Defining bitmasks and images whose channels or pixels are not byte-aligned</li>
+ <li>resize.cpp Rescaling an image using bilinear sampling (requires the optional Numeric extension)</li>
+ <li>affine.cpp Applying an affine transformation to an image (requires the optional Numeric extension)</li>
+ <li>convolution.cpp Blurring images (requires the optional Numeric extension)</li>
</ul>
</ul>
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk