From: Brendan L. <che...@gm...> - 2010-09-14 00:13:17
|
Cool! So, if I understand, we'll have to maintain two different Doxyfile templates for things to match up. That's a pretty minor inconvenience, though. -Brendan On Mon, Sep 13, 2010 at 7:52 PM, David Bruce <dav...@gm...> wrote: > Hi Brendan, > > I've added Doxygen support to the autotools build, based on Oren > Ben-Kiki's ax_prog_doxygen.m4 from the Autoconf archive. I tried > unsuccessfully to make it behave exactly identical to the > cmake-provided Doxygen support. Namely, it uses a different > "Doxyfile" called "doxygen.cfg", rather than the Doxyfile made from > Doxyfile.in by configure. Basically, more advanced make, automake, > and m4 programming is too difficult for me to figure out in my > available time. > > Anyway, now with autotools we get html, latex, and pdf by running > "make doxygen-doc". > > Cheers, > > David > |