
1 Jul
2004
1 Jul
'04
2:43 p.m.
Vladimir Prus wrote:
Michael Glassford wrote:
I've just checked in the Boost.Threads documentation in BoostBook format
Cool, looks like BoostBook is gaining popularity.
and changed doc\src\boost.xml appropriately; is there anything else I need to do?
I think that's all you need.
Though you migh also add Jamfile.v2 to libs/thread/doc, containing something like: import toolset ; toolset.using doxygen ; boostbook thread : thread.xml ; This will allow you to build only Boost.Thread docs, which is considerably faster than building all Boost documentation. - Volodya