diff --git a/mrw/doxyfile.in b/mrw/doxyfile.in index d9d2716..19e78ce 100644 --- a/mrw/doxyfile.in +++ b/mrw/doxyfile.in @@ -9,6 +9,11 @@ ## @license LGPL, see file COPYING ## ## $Log$ +## Revision 1.14 2005/03/14 16:23:28 marc +## source code browser +## a4 instead of a4wide +## latex with indices +## ## Revision 1.13 2005/03/11 23:26:18 marc ## repeat brief ## @@ -481,7 +486,7 @@ FILTER_SOURCE_FILES = NO # If the SOURCE_BROWSER tag is set to YES then a list of source files will # be generated. Documented entities will be cross-referenced with these sources. -SOURCE_BROWSER = NO +SOURCE_BROWSER = YES # Setting the INLINE_SOURCES tag to YES will include the body # of functions and classes directly in the documentation. @@ -681,7 +686,7 @@ COMPACT_LATEX = YES # by the printer. Possible values are: a4, a4wide, letter, legal and # executive. If left blank a4wide will be used. -PAPER_TYPE = a4wide +PAPER_TYPE = a4 # The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX # packages that should be included in the LaTeX output. @@ -719,7 +724,7 @@ LATEX_BATCHMODE = YES # include the index chapters (such as File Index, Compound Index, etc.) # in the output. -LATEX_HIDE_INDICES = YES +LATEX_HIDE_INDICES = NO #--------------------------------------------------------------------------- # configuration options related to the RTF output