$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] DocBook toolchain: Disable auto toc for just one section's children?
From: Vinnie Falco (vinnie.falco_at_[hidden])
Date: 2017-06-05 00:41:18
My documentation has a reference section whose children are themselves
sections automatically generated by a doxygen->xml->xslt->QuickBook
chain.
I want an automatically generated table of contents, but when I turn
that on I get hundreds of entries for all of the individual classes
and functions in the reference.
Is there a way to disable just the child sections of my Reference
section? Perhaps marking the section somehow and passing an xsl:param
in the Jamfile or something? This would really help to put that last
bit of polish on these docs.
I noticed that Boost.Asio docs had the same problem, so the author
just disabled the auto-toc and created a very small, manual one. Not
the same.
Ideas?