
On 02/02/2013 07:18 PM, Andrey Semashev wrote:
On Saturday 02 February 2013 18:43:42 Borislav Stanimirov wrote:
On 02/02/2013 06:33 PM, Andrey Semashev wrote:
On Saturday 02 February 2013 18:08:19 Borislav Stanimirov wrote:
On 02/02/2013 12:00 PM, Andrey Semashev wrote:
On Saturday 02 February 2013 11:46:19 Borislav Stanimirov wrote:
I was wondering how one writes documentation.
I found QuickBook to be the easiest tool for documenting Boost libraries.
It successfully generateates mixin_doc.xml but doesn't generate any html.
Are you sure you also added the necessary lines to user-config.jam? Here's what I have in mine:
using xsltproc ; using boostbook ; using doxygen ; using quickbook ;
Thanks, again! That was it. I had forgotten to add using xsltproc. -- Borislav