Author: breser
Date: Sat Jan 5 04:45:48 2013
New Revision: 1429201
URL: http://svn.apache.org/viewvc?rev=1429201&view=rev
Log:
* doc/doxygen.conf:
(IGNORE_PREFIX): Avoid indexes being useless due to svn_ and SVN_ prefixes.
Patch by: PovAddict
Modified:
subversion/trunk/doc/doxygen.conf
Modified: subversion/trunk/doc/doxygen.conf
URL:
http://svn.apache.org/viewvc/subversion/trunk/doc/doxygen.conf?rev=1429201&r1=1429200&r2=1429201&view=diff
==============================================================================
--- subversion/trunk/doc/doxygen.conf (original)
+++ subversion/trunk/doc/doxygen.conf Sat Jan 5 04:45:48 2013
@@ -754,7 +754,7 @@ COLS_IN_ALPHA_INDEX = 5
# The IGNORE_PREFIX tag can be used to specify one or more prefixes that
# should be ignored while generating the index headers.
-IGNORE_PREFIX =
+IGNORE_PREFIX = svn_ SVN_
#---------------------------------------------------------------------------
# configuration options related to the HTML output