Boost logo

Boost-Build :

From: Douglas Paul Gregor (gregod_at_[hidden])
Date: 2003-03-26 19:34:07


With the most recent changes to the doxygen module in BBv2 and the patch I
just posted to the Doxygen developers list, it's possible to use BBv2 to
generate BoostBook documentation from source code using Doxygen. The
following Jamfile.v2 builds a Doxygen XML file "any.doxygen" from any.hpp
(other sources could be listed, of course, but the Any library only has
one), then uses that file to generate BoostBook, then DocBook, then
whatever formats you ask for:

project boost/any/doc ;
import boostbook : boostbook ;
import doxygen : doxygen ;

doxygen any.doxygen : ../../../boost/any.hpp ;
boostbook any : any.doxygen ;

Nifty thing this BBv2 stuff. Thanks!

Doug

 


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk