Boost logo

Boost-Build :

Subject: Re: [Boost-build] [Doxygen] Running Doxygen from BB
From: Artyom Beilis (artyomtnk_at_[hidden])
Date: 2011-07-10 12:48:56


----- Original Message ----
> From: Robert Kawulak <robert.kawulak_at_[hidden]>
> To: Boost.Build developer's and user's list <boost-build_at_[hidden]>
> Sent: Sun, July 10, 2011 7:04:14 PM
> Subject: Re: [Boost-build] [Doxygen] Running Doxygen from BB
>
> > From: Artyom Beilis
> > I use Doxygen for documentation generation.
> [...]
> > How can this be integrated to the build system of Boost
> > documentation generation of Boost?
>
> Assuming you've enabled doxygen in user-config.jam, just make Jamfile.v2
> with this:
>
> using doxygen ;
> doxygen <output dir>.html : <sources> : <options> ;
>
> I'll paste relevant parts of my jamfile at the end.
>
> Best regards,
> Robert
>
>

The point is I don't want to create a reference
documentation and I don't need specify a list of sources.

I already have Doxyfile that includes all required
configuration.

I just need to run it and it should
create entire directory with HTML files
rather then specific single HTML file like
reference.html

I mostly need to run it as is - nothing more.

Artyom


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk