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

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to