* Upgrade doxygen version, add better implementations, sidebar added
More updates from Doxygen enhancing document visualization
* Set DOT_NUM_THREADS to 0, being automatic, disable side bar because its visualization is messy
Set DOT_NUM_THREADS to 0, being automatic, disable side bar because its visualization is messy
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.
-DISABLE_INDEX = YES
+DISABLE_INDEX = NO
# The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
# structure should be generated to display hierarchical information. If the tag
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.
-FULL_SIDEBAR = YES
+FULL_SIDEBAR = NO
# The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that
# doxygen will group on one line in the generated HTML documentation.
# Minimum value: 0, maximum value: 32, default value: 0.
# This tag requires that the tag HAVE_DOT is set to YES.
-DOT_NUM_THREADS = 2
+DOT_NUM_THREADS = 0
# When you want a differently looking font in the dot files that doxygen
# generates you can specify the font name using DOT_FONTNAME. You need to make