summaryrefslogtreecommitdiff
path: root/doc/test/test.qbk
diff options
context:
space:
mode:
authorJohn Maddock <john@johnmaddock.co.uk>2009-02-08 16:59:14 +0000
committerJohn Maddock <john@johnmaddock.co.uk>2009-02-08 16:59:14 +0000
commit191f1bfed043c57861d4b9d4c9a2defbf83fcc43 (patch)
treec9ea667bee14300fe70bceae6d699b760bcee632 /doc/test/test.qbk
parentd128d7c196718b39b95d6b28be006ab1a1fa99e4 (diff)
downloadboost-191f1bfed043c57861d4b9d4c9a2defbf83fcc43.tar.gz
Add Jamfile to build PDF versions of all the docs.
Tweaked some existing Jamfiles so that PDF build finds all the necessary image files etc. Tweaked fo.xsl to provide more options by default, and improve formatting. [SVN r51104]
Diffstat (limited to 'doc/test/test.qbk')
-rw-r--r--doc/test/test.qbk6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/test/test.qbk b/doc/test/test.qbk
index 9ea7fb5859..2181aed2e5 100644
--- a/doc/test/test.qbk
+++ b/doc/test/test.qbk
@@ -57,6 +57,12 @@ These should be syntax highlighted:
[endsect]
+[section This should cause an error in PDF builds]
+
+ 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; }
+
+[endsect]
+
[section Imported code and callouts]
[import stub.cpp]