Re: Generating HTML from BoostBook XML (was Re: [boost] Should I use std::get or boost::get (or both) in Boost.Array)
Daniel James <[email protected]>
| Newsgroups | gmane.comp.lib.boost.documentation |
|---|---|
| Message-ID | <CAHOE3ycYe92j8dqRNcrHgPytgJ-qhasDSJkScmz68hh5JF0qnQ@mail.gmail.com> |
On 14 January 2013 15:03, Marshall Clow <[email protected]> wrote: > > I'm adding the docs for string_ref to Boost.Utility. (Ok, I added them a while back, but never got them building correctly). > > Boost.Utility's docs are a mixture of hand-written HTML and Quickbook - declval, for example is generated by QB. > > I duplicated the declval.qbk file, edited it, and then updated the Jamfile. > Unfortunately, when I run b2, I get an XML file in the bin.v2 directory, not an HTML file in the doc/html directory. There are two targets called 'standalone' in the jamfile. You need to use a different name.