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

Doxygen build tweak

From: Max Bowsher <maxb_at_ukf.net>
Date: 2005-05-04 21:29:12 CEST

Does anyone disagree to the following patch:

Index: doxygen.conf
===================================================================
--- doxygen.conf (revision 14579)
+++ doxygen.conf (working copy)
@@ -30,7 +30,7 @@
 # If a relative path is entered, it will be relative to the location
 # where doxygen was started. If left blank the current directory will be
used.

-OUTPUT_DIRECTORY = doc/doxygen
+OUTPUT_DIRECTORY = doxygen

 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
 # 4096 sub-directories (in 2 levels) under the output directory of each
output
@@ -445,7 +445,7 @@
 # directories like "/usr/src/myproject". Separate the files or directories
 # with spaces.

-INPUT = subversion/include
+INPUT = ../subversion/include

 # If the value of the INPUT tag contains directories, you can use the
 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp

Plus: svn mv doc/doxygen.conf doc/Doxyfile

So that building the doxygen docs is simply a matter of typing "doxygen" in
the doc subdirectory.

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed May 4 21:29:56 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.