diff options
Diffstat (limited to 'libs/property_tree/doc/Jamfile.v2')
-rw-r--r-- | libs/property_tree/doc/Jamfile.v2 | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/libs/property_tree/doc/Jamfile.v2 b/libs/property_tree/doc/Jamfile.v2 index 4f62fc9df..96601b722 100644 --- a/libs/property_tree/doc/Jamfile.v2 +++ b/libs/property_tree/doc/Jamfile.v2 @@ -12,6 +12,7 @@ import doxygen ; import quickbook ; + doxygen autodoc : [ glob ../../../boost/property_tree/*.hpp ] @@ -42,11 +43,5 @@ boostbook standalone <xsl:param>toc.section.depth=2 <xsl:param>chunk.section.depth=3 <dependency>autodoc - <format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/libs/functional/hash/doc/html + <format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/libs/property_tree/doc/html ; - -#install ../ -# : ../../../boost.png -# ../../../next.png -# ../../../prev.png -# ; |