@@ -23,7 +23,7 @@ PROJECT_NAME = Rice
23
23
# This could be handy for archiving the generated documentation or
24
24
# if some version control system is used.
25
25
26
- PROJECT_NUMBER = 0.1
26
+ PROJECT_NUMBER = 1.0
27
27
28
28
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
29
29
# base path where the generated documentation will be put.
@@ -678,7 +678,7 @@ HTML_ALIGN_MEMBERS = YES
678
678
# Microsoft HTML help workshop to generate a compressed HTML help file (.chm)
679
679
# of the generated HTML documentation.
680
680
681
- GENERATE_HTMLHELP = NO
681
+ # GENERATE_HTMLHELP = NO
682
682
683
683
# If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can
684
684
# be used to specify the file name of the resulting .chm file. You
@@ -698,7 +698,7 @@ HHC_LOCATION =
698
698
# controls if a separate .chi index file is generated (YES) or that
699
699
# it should be included in the master .chm file (NO).
700
700
701
- GENERATE_CHI = NO
701
+ # GENERATE_CHI = NO
702
702
703
703
# If the GENERATE_HTMLHELP tag is set to YES, the BINARY_TOC flag
704
704
# controls whether a binary table of contents is generated (YES) or a
@@ -744,7 +744,7 @@ TREEVIEW_WIDTH = 250
744
744
# If the GENERATE_LATEX tag is set to YES (the default) Doxygen will
745
745
# generate Latex output.
746
746
747
- GENERATE_LATEX = YES
747
+ # GENERATE_LATEX = YES
748
748
749
749
# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put.
750
750
# If a relative path is entered the value of OUTPUT_DIRECTORY will be
@@ -821,7 +821,7 @@ LATEX_HIDE_INDICES = NO
821
821
# The RTF output is optimized for Word 97 and may not look very pretty with
822
822
# other RTF readers or editors.
823
823
824
- GENERATE_RTF = NO
824
+ # GENERATE_RTF = NO
825
825
826
826
# The RTF_OUTPUT tag is used to specify where the RTF docs will be put.
827
827
# If a relative path is entered the value of OUTPUT_DIRECTORY will be
@@ -862,7 +862,7 @@ RTF_EXTENSIONS_FILE =
862
862
# If the GENERATE_MAN tag is set to YES (the default) Doxygen will
863
863
# generate man pages
864
864
865
- GENERATE_MAN = NO
865
+ # GENERATE_MAN = NO
866
866
867
867
# The MAN_OUTPUT tag is used to specify where the man pages will be put.
868
868
# If a relative path is entered the value of OUTPUT_DIRECTORY will be
@@ -891,7 +891,7 @@ MAN_LINKS = NO
891
891
# generate an XML file that captures the structure of
892
892
# the code including all documentation.
893
893
894
- GENERATE_XML = NO
894
+ # GENERATE_XML = NO
895
895
896
896
# The XML_OUTPUT tag is used to specify where the XML pages will be put.
897
897
# If a relative path is entered the value of OUTPUT_DIRECTORY will be
@@ -1071,7 +1071,7 @@ EXTERNAL_GROUPS = YES
1071
1071
# The PERL_PATH should be the absolute path and name of the perl script
1072
1072
# interpreter (i.e. the result of `which perl').
1073
1073
1074
- PERL_PATH = /usr/bin/perl
1074
+ # PERL_PATH = /usr/bin/perl
1075
1075
1076
1076
#---------------------------------------------------------------------------
1077
1077
# Configuration options related to the dot tool
@@ -1097,7 +1097,7 @@ HIDE_UNDOC_RELATIONS = YES
1097
1097
# toolkit from AT&T and Lucent Bell Labs. The other options in this section
1098
1098
# have no effect if this option is set to NO (the default)
1099
1099
1100
- HAVE_DOT = YES
1100
+ # HAVE_DOT = YES
1101
1101
1102
1102
# If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen
1103
1103
# will generate a graph for each documented class showing the direct and
0 commit comments