--- parser3/src/doc/doxygen.cfg 2001/08/28 13:23:30 1.12 +++ parser3/src/doc/doxygen.cfg 2001/09/06 06:11:13 1.13 @@ -39,8 +39,7 @@ OUTPUT_DIRECTORY = # Korean, Hungarian, Norwegian, Spanish, Romanian, Russian, Croatian, # Polish, Portuguese and Slovene. -OUTPUT_LANGUAGE = -#Russian +OUTPUT_LANGUAGE = Russian # If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in # documentation are documented, even if no documentation was available. @@ -274,7 +273,8 @@ WARNINGS = YES # for undocumented members. If EXTRACT_ALL is set to YES then this flag will # automatically be disabled. -WARN_IF_UNDOCUMENTED = NO #YES +WARN_IF_UNDOCUMENTED = NO +#YES # The WARN_FORMAT tag determines the format of the warning messages that # doxygen can produce. The string should contain the $file, $line, and $text @@ -367,7 +367,8 @@ FILTER_SOURCE_FILES = NO # of all compounds will be generated. Enable this if the project # contains a lot of classes, structs, unions or interfaces. -ALPHABETICAL_INDEX = YES #NO +ALPHABETICAL_INDEX = YES +#NO # 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 @@ -427,19 +428,22 @@ HTML_ALIGN_MEMBERS = YES # Microsoft HTML help workshop to generate a compressed HTML help file (.chm) # of the generated HTML documentation. -GENERATE_HTMLHELP = YES #NO +GENERATE_HTMLHELP = YES +#NO # If the GENERATE_HTMLHELP tag is set to YES, the GENERATE_CHI flag # controls if a separate .chi index file is generated (YES) or that # it should be included in the master .chm file (NO). -GENERATE_CHI = YES #NO +GENERATE_CHI = YES + #NO # If the GENERATE_HTMLHELP tag is set to YES, the BINARY_TOC flag # controls whether a binary table of contents is generated (YES) or a # normal table of contents (NO) in the .chm file. -BINARY_TOC = YES ##NO +BINARY_TOC = YES + ##NO # The TOC_EXPAND flag can be set YES to add extra items for group members # to the contents of the Html help documentation and to the tree view. @@ -450,7 +454,8 @@ TOC_EXPAND = NO # top of each HTML page. The value NO (the default) enables the index and # the value YES disables it. -DISABLE_INDEX = YES #NO +DISABLE_INDEX = YES + #NO # This tag can be used to set the number of enum values (range [1..20]) # that doxygen will group on one line in the generated HTML documentation. @@ -463,7 +468,8 @@ ENUM_VALUES_PER_LINE = 4 # JavaScript and frames is required (for instance Netscape 4.0+ # or Internet explorer 4.0+). -GENERATE_TREEVIEW = YES #NO +GENERATE_TREEVIEW = YES + #NO # If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be # used to set the initial width (in pixels) of the frame in which the tree @@ -676,7 +682,8 @@ PERL_PATH = /usr/bin/perl # toolkit from AT&T and Lucent Bell Labs. The other options in this section # have no effect if this option is set to NO (the default) -HAVE_DOT = YES #NO +HAVE_DOT = YES +#NO # If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen # will generate a graph for each documented class showing the direct and