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