##// END OF EJS Templates
updated docs...
florianlink -
r148:61e2e39e3581
parent child
Show More
@@ -933,7 +933,7 QHG_LOCATION =
933 # top of each HTML page. The value NO (the default) enables the index and
933 # top of each HTML page. The value NO (the default) enables the index and
934 # the value YES disables it.
934 # the value YES disables it.
935
935
936 DISABLE_INDEX = YES
936 DISABLE_INDEX = NO
937
937
938 # This tag can be used to set the number of enum values (range [1..20])
938 # This tag can be used to set the number of enum values (range [1..20])
939 # that doxygen will group on one line in the generated HTML documentation.
939 # that doxygen will group on one line in the generated HTML documentation.
@@ -948,7 +948,7 ENUM_VALUES_PER_LINE = 4
948 # JavaScript, DHTML, CSS and frames is required (i.e. any modern browser).
948 # JavaScript, DHTML, CSS and frames is required (i.e. any modern browser).
949 # Windows users are probably better off using the HTML help feature.
949 # Windows users are probably better off using the HTML help feature.
950
950
951 GENERATE_TREEVIEW = YES
951 GENERATE_TREEVIEW = NO
952
952
953 # By enabling USE_INLINE_TREES, doxygen will generate the Groups, Directories,
953 # By enabling USE_INLINE_TREES, doxygen will generate the Groups, Directories,
954 # and Class Hierarchy pages using a tree view instead of an ordered list.
954 # and Class Hierarchy pages using a tree view instead of an ordered list.
@@ -974,7 +974,7 FORMULA_FONTSIZE = 10
974 # there is already a search function so this one should typically
974 # there is already a search function so this one should typically
975 # be disabled.
975 # be disabled.
976
976
977 SEARCHENGINE = YES
977 SEARCHENGINE = NO
978
978
979 #---------------------------------------------------------------------------
979 #---------------------------------------------------------------------------
980 # configuration options related to the LaTeX output
980 # configuration options related to the LaTeX output
General Comments 0
You need to be logged in to leave comments. Login now