Author: danielsh
Date: Wed Mar  4 01:25:16 2015
New Revision: 1663837

URL: http://svn.apache.org/r1663837
Log:
doxygen: include the svn logo at the top of generated documentation pages.

Review by: julianf

* doc/svn-square.jpg:
    New file.  Alias to site/publish/images/svn-square.jpg, via svn:externals.

* doc/doxygen.conf
  (PROJECT_LOGO): Set to the square logo (was unset).

Modified:
    subversion/trunk/doc/   (props changed)
    subversion/trunk/doc/doxygen.conf

Propchange: subversion/trunk/doc/
------------------------------------------------------------------------------
--- svn:externals (added)
+++ svn:externals Wed Mar  4 01:25:16 2015
@@ -0,0 +1 @@
+^/subversion/site/publish/images/svn-square.jpg svn-square.jpg

Modified: subversion/trunk/doc/doxygen.conf
URL: 
http://svn.apache.org/viewvc/subversion/trunk/doc/doxygen.conf?rev=1663837&r1=1663836&r2=1663837&view=diff
==============================================================================
--- subversion/trunk/doc/doxygen.conf (original)
+++ subversion/trunk/doc/doxygen.conf Wed Mar  4 01:25:16 2015
@@ -33,6 +33,13 @@ PROJECT_NAME           = Subversion
 
 PROJECT_NUMBER         =
 
+# With the PROJECT_LOGO tag one can specify a logo or an icon that is included
+# in the documentation. The maximum height of the logo should not exceed 55
+# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
+# the logo to the output directory.
+
+PROJECT_LOGO = doc/svn-square.jpg
+
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
 # base path where the generated documentation will be put.
 # If a relative path is entered, it will be relative to the location


Reply via email to