7 Jul 01:36
Re: Do the Boost documentation tools work on Cygwin?
Boris <boriss <at> web.de>
2008-07-06 23:36:56 GMT
2008-07-06 23:36:56 GMT
On Fri, 04 Jul 2008 18:06:11 +0200, John Maddock <john <at> johnmaddock.co.uk> wrote: > [...] >>> As there is a reference to Windows with Cygwin on >>> http://www.boost.org/doc/libs/1_35_0/doc/html/boostbook/getting/started.html >>> I expected the script to work on Cygwin. Can anyone tell me if this >>> Cygwin is supported and the script supposed to work on Cygwin? > > If you fix the line endings then yes, probably. But it might be easier > to use the Win32 documentation toolchain. Thanks, good to know to try it when I've more time. :) Right now I would be already happy to know how to create the documentation manually. I know that xsltproc and doxygen are invoked but how exactly? Is it somewhere explained in the documentation? I played around with xsltproc - this seems to do the job: xsltproc boost_1_35_0/tools/boostbook/xsl/html.xsl my_new_library_documentation.xml If I process the library's source code with doxygen how I do integrate the generated HTML pages? I suppose this is normally done automatically by the tools, too? Boris
RSS Feed