From: Hans U. N. <hu...@us...> - 2005-06-19 21:47:02
|
Update of /cvsroot/libexif/libexif/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19640/doc Modified Files: Doxyfile.in Log Message: updated doxygen settings from hub Index: Doxyfile.in =================================================================== RCS file: /cvsroot/libexif/libexif/doc/Doxyfile.in,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -d -r1.1 -r1.2 --- Doxyfile.in 12 Apr 2005 03:27:09 -0000 1.1 +++ Doxyfile.in 19 Jun 2005 21:46:52 -0000 1.2 @@ -584,7 +584,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 @@ -597,7 +597,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 = _ #--------------------------------------------------------------------------- # configuration options related to the HTML output |