# HG changeset patch # User Christian Hammond # Date 1067189822 0 # Node ID 6694a131c8acede01253eba3052422b396c5ee7c # Parent 6e5ba33ea06225e49cb9f7190e83f9e7840a8a19 [gaim-migrate @ 7924] Some Doxyfile.in updates. diff -r 6e5ba33ea062 -r 6694a131c8ac Doxyfile.in --- a/Doxyfile.in Sun Oct 26 17:30:15 2003 +0000 +++ b/Doxyfile.in Sun Oct 26 17:37:02 2003 +0000 @@ -485,7 +485,7 @@ # of all compounds will be generated. Enable this if the project # contains a lot of classes, structs, unions or interfaces. -ALPHABETICAL_INDEX = NO +ALPHABETICAL_INDEX = YES # If the alphabetical index is enabled (see ALPHABETICAL_INDEX) then # the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns @@ -498,7 +498,7 @@ # 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 = Gaim gaim #--------------------------------------------------------------------------- # configuration options related to the HTML output @@ -610,18 +610,6 @@ TREEVIEW_WIDTH = 250 -# If the GENERATE_DEVHELP tag is set to YES, an index file for the -# DevHelp documentation viewer will be generated. For more information, -# see http://www.imendio.com/projects/devhelp/ - -GENERATE_DEVHELP = YES - -# The DEVHELP_TITLE tag is used to specify the displayed name of the -# generated DevHelp book file. If left blank, the project name will -# be used. - -DEVHELP_TITLE = Gaim - #--------------------------------------------------------------------------- # configuration options related to the LaTeX output #---------------------------------------------------------------------------