You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Max Bowsher <ma...@ukf.net> on 2005/05/04 19:29:12 UTC

Doxygen build tweak

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

Re: Doxygen build tweak

Posted by "C. Michael Pilato" <cm...@collab.net>.
"Max Bowsher" <ma...@ukf.net> writes:

> Does anyone disagree to the following patch:

[...]

> 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.

+1.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Doxygen build tweak

Posted by Branko Čibej <br...@xbc.nu>.
Max Bowsher wrote:

> 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.

If you do that, then please also fix build/win32/make_dist.py

-- Brane


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Doxygen build tweak

Posted by Justin Erenkrantz <ju...@erenkrantz.com>.
--On Wednesday, May 4, 2005 8:29 PM +0100 Max Bowsher <ma...@ukf.net> wrote:

> Does anyone disagree to the following patch:

Looks fine.  +1.  -- justin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org