[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r16451 - trunk

From: Max Bowsher <maxb_at_ukf.net>
Date: 2005-10-04 18:42:36 CEST

Daniel Rall wrote:
> On Tue, 04 Oct 2005, maxb@tigris.org wrote:
>
>> Author: maxb
>> Date: Tue Oct 4 10:16:18 2005
>> New Revision: 16451
> ...
>> Log:
>> * Makefile.in (doc-api): Make VPATH (srcdir != builddir) doc-api builds
>> work. ... --- trunk/Makefile.in (original)
>> +++ trunk/Makefile.in Tue Oct 4 10:16:18 2005
>> @@ -474,6 +474,9 @@
>> # Generate API documentation for the C libraries.
>> ### This could also generate JavaDoc for JavaHL, POD for swig-perl, etc.
>> doc-api:
>> + if [ ! -e subversion/include ]; then \
>> + ln -s $(abs_srcdir)/subversion/include subversion/include; \
>> + fi
>> doxygen $(top_srcdir)/doc/doxygen.conf
>
> Is there anyway to pass the input directory to doxygen.conf? It seems
> like
> it would be preferable to this symlink. We currently have the following
> in
> doxygen.conf:
>
> INPUT = subversion/include
>
> I took a quick look at the man page, but nothing useful popped out at me.

This a really annoying thing about doxygen - there really *isn't* a way.

Somewhere in the doxygen documentation it suggests using shell tools to
dynamically a configuration and pipe the result into doxygen as stdin.
I thought that this was unpleasantly messy, and figured a symlink was
simpler.

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Oct 4 18:43:34 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.