$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Christopher Kohlhoff (chris_at_[hidden])
Date: 2005-12-12 22:33:51
--- Rene Rivera <grafik.list_at_[hidden]> wrote:
> You really should look at the Doxygen XML output integration
> into the BoostBook documentation chain. In particular it
> allows for the integration of non-reference documentation with
> the reference style docs from Doxygen. For example see the
> Program Options lib
> <http://www.boost.org/doc/html/program_options.html> (uses Dox
> and BoostBook), the String Algo lib
> <http://www.boost.org/doc/html/string_algo.html> (again
> Dox+BoostBook), and in CVS HEAD Xpressive which is Dox and
> Quickbook.
Ooh, thanks for the tip. That looks like a much nicer way to go.
Cheers,
Chris