summaryrefslogtreecommitdiff
path: root/doc/test
diff options
context:
space:
mode:
authorJohn Maddock <john@johnmaddock.co.uk>2009-02-19 13:33:22 +0000
committerJohn Maddock <john@johnmaddock.co.uk>2009-02-19 13:33:22 +0000
commit1dda1962e0bac9d22eab10c86076ebf08f60f40d (patch)
tree4a8968a200272787a448522b14718fa2cf1d4fad /doc/test
parentf6cbbfceaff5df610c5d8126a68e0852add0d35d (diff)
downloadboost-1dda1962e0bac9d22eab10c86076ebf08f60f40d.tar.gz
Fix FO XSL customisation layer to improve formatting - use widow and orphan control rather than "keep-together", make sure formatting is applied consistently across all elements, and allow code block to line wrap with hyphenation.
[SVN r51328]
Diffstat (limited to 'doc/test')
-rw-r--r--doc/test/test.qbk2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/test/test.qbk b/doc/test/test.qbk
index dd63c2dcd8..889d414758 100644
--- a/doc/test/test.qbk
+++ b/doc/test/test.qbk
@@ -57,7 +57,7 @@ These should be syntax highlighted:
[endsect]
-[section This should cause an error in PDF builds]
+[section Code With a Very Long Line]
template <class RealType> RealType inline foo(const RealType& a, const RealType& b, const RealType& c, const RealType& d, const RealType& e, const RealType& f, const RealType& g, const RealType& h){ return 0; }