
13 Dec
2012
13 Dec
'12
3:18 a.m.
On 12/2/2012 8:20 AM, Michel Morin wrote:
Here is how to update docs and commit them for the libraries with both qbk and html docs. 1. Update quickbook docs. 2. Regenerate HTML docs. 3. Commit them.
Actually, it's generally discouraged to check in generated files. This goes for html that's generated from quickbook. The preferred thing for docs is to integrate your library's doc build with the overall boost doc build by editing $BOOST/doc/Jamfile.v2.
I filed a bug [1] for integrating Bost.Range's doc build into the overall boost doc build. Until that is done, I will check in generated docs along with quickbook docs when I make doc updates. Regards, Nate [1] https://svn.boost.org/trac/boost/ticket/7789