From 8260583f6d2d3303e8a2f044625640185d018587 Mon Sep 17 00:00:00 2001 From: Christian Henning Date: Mon, 25 Feb 2013 01:04:56 +0000 Subject: [PATCH] Fixed incorrect syntax. [SVN r83145] --- io/doc/io.qbk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/io/doc/io.qbk b/io/doc/io.qbk index 5ad679e4c..800401127 100644 --- a/io/doc/io.qbk +++ b/io/doc/io.qbk @@ -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] \ No newline at end of file +[endsect]