Boost logo

Boost :

From: Joel de Guzman (djowel_at_[hidden])
Date: 2003-03-27 16:59:08


Douglas Paul Gregor wrote:

> FWIW, the basic Jamfile.v2 for using Doxygen would be:
>
> project boost/spirit/doc ;
> import boostbook : boostbook ;
> import doxygen : doxygen ;
>
> doxygen spirit.doxygen : ../../../boost/spirit/
> : <recursive>on <pattern>*.hpp
> ;
>
> boostbook spirit : spirit.doxygen ;
>
> With a patched Doxygen (see the "Getting Started" docs) and this
> Jamfile.v2 in libs/spirit/doc, I can generate skeletal documentation
> for Spirit.

Cool. I'll try this. Thanks! It seems you have lots of guinea pigs now :-)

-- 
Joel de Guzman
joel at boost-consulting.com
http://www.boost-consulting.com
http://spirit.sf.net

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk