Re: Using QuickBook
Edward Diener <[email protected]> Wed, 27 Jul 2016 22:27:26 -0400
| Newsgroups | gmane.comp.lib.boost.documentation |
|---|---|
| Message-ID | <[email protected]> |
On 7/27/2016 2:25 PM, Stefan Seefeld wrote: > Hello, > > I'm looking for basic instructions about how to use (run) the > `quickbook` tool. The documentation at > http://www.boost.org/doc/libs/1_61_0/doc/html/quickbook.html explains > the document structure & syntax of a .qbk file, but I can't find any > information telling me how to invoke the `quickbook` tool itself, i.e. > what the options mean, and what the input and output files are. The > output of `quickbook --help` seems a little incomplete, too. > > Could someone please provide some pointers ? You can look at the TTI or VMD doc jamfile to see how the quickbook/boostbook/doxygen combo works to create library documentation. I am sure many other libraries use that combo also.