2
0
mirror of https://github.com/boostorg/gil.git synced 2026-02-19 02:22:09 +00:00

Fixed incorrect syntax.

[SVN r83145]
This commit is contained in:
Christian Henning
2013-02-25 01:04:56 +00:00
committed by Stefan Seefeld
parent 622cfc4dd0
commit 8260583f6d

View File

@@ -561,7 +561,7 @@ recommend to have a look at existing implementations and then trying to follow a
[endsect]
[h2 Running gil::io tests]
[section Running gil::io tests]
gil::io comes with a large suite of test cases which reads and writes various file formats. It uses some test image suites which can be found online or which can be demanded from me by sending me an email ( _EMAIL_ ).
There are some test images created by me in the test folder. To enable unit tests which make use of them set the following compiler options BOOST_GIL_IO_TEST_ALLOW_READING_IMAGES and BOOST_GIL_IO_TEST_ALLOW_WRITING_IMAGES.
@@ -575,4 +575,4 @@ The following list provides all links to the image suites the compiler symbol to
* TIFF: _TIFF_LIB_TIFF_TEST_FILES -- BOOST_GIL_IO_USE_TIFF_LIBTIFF_TEST_SUITE_IMAGES
* TIFF _TIFF_GRAPHICSMAGICK_TEST_FILES -- BOOST_GIL_IO_USE_TIFF_GRAPHICSMAGICK_TEST_SUITE_IMAGES
[endsect]
[endsect]