$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] generating documentation in modular boost
From: Peter A. Bigot (pab_at_[hidden])
Date: 2013-12-23 08:40:12
I'm trying to update documentation in lib/utility but can't see how to
regenerate the html files.
Generalizing from the fact I can run the tests by invoking b2 within the
module test subdirectory, I invoked b2 from within the doc subdirectory.
This produced an error about an unknown feature "<format>" in
Jamfile.v2. When I comment out those lines I do get xml files generated
in a subdirectory of the superproject, but I expected html, matching
what's been checked in.
Is there documentation on building documentation that I haven't been
able to find?
Peter