From: Christian H. <ch...@us...> - 2003-10-26 17:42:50
|
Update of /cvsroot/gaim/gaim In directory sc8-pr-cvs1:/tmp/cvs-serv4923 Modified Files: Doxyfile.in Log Message: Some Doxyfile.in updates. Index: Doxyfile.in =================================================================== RCS file: /cvsroot/gaim/gaim/Doxyfile.in,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -p -r1.7 -r1.8 --- Doxyfile.in 3 Sep 2003 05:21:03 -0000 1.7 +++ Doxyfile.in 26 Oct 2003 17:37:02 -0000 1.8 @@ -485,7 +485,7 @@ VERBATIM_HEADERS = YES # 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 @@ 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 = Gaim gaim #--------------------------------------------------------------------------- # configuration options related to the HTML output @@ -609,18 +609,6 @@ GENERATE_TREEVIEW = NO # is shown. 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 |