Browse Source

Doxygen for Webfaction fix

submodule
tirons 6 years ago
parent
commit
6c450f22e9
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Documentation/Doxyfile.in

+ 2
- 2
Documentation/Doxyfile.in View File

1025
 # top of each HTML page. The value NO (the default) enables the index and
1025
 # top of each HTML page. The value NO (the default) enables the index and
1026
 # the value YES disables it.
1026
 # the value YES disables it.
1027
 
1027
 
1028
-DISABLE_INDEX          = YES
1028
+DISABLE_INDEX          = NO 
1029
 
1029
 
1030
 # This tag can be used to set the number of enum values (range [1..20])
1030
 # This tag can be used to set the number of enum values (range [1..20])
1031
 # that doxygen will group on one line in the generated HTML documentation.
1031
 # that doxygen will group on one line in the generated HTML documentation.
1040
 # JavaScript, DHTML, CSS and frames is required (i.e. any modern browser).
1040
 # JavaScript, DHTML, CSS and frames is required (i.e. any modern browser).
1041
 # Windows users are probably better off using the HTML help feature.
1041
 # Windows users are probably better off using the HTML help feature.
1042
 
1042
 
1043
-GENERATE_TREEVIEW      = YES
1043
+GENERATE_TREEVIEW      = NO 
1044
 
1044
 
1045
 # By enabling USE_INLINE_TREES, doxygen will generate the Groups, Directories,
1045
 # By enabling USE_INLINE_TREES, doxygen will generate the Groups, Directories,
1046
 # and Class Hierarchy pages using a tree view instead of an ordered list.
1046
 # and Class Hierarchy pages using a tree view instead of an ordered list.

Loading…
Cancel
Save