After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 691830 - Logical confusion with DISABLE_INDEX and GENERATE_TREEVIEW
Logical confusion with DISABLE_INDEX and GENERATE_TREEVIEW
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: documentation
1.8.3
Other All
: Normal minor
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2013-01-16 06:22 UTC by x29a
Modified: 2013-08-23 15:04 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description x29a 2013-01-16 06:22:53 UTC
The default doxycfg template generated via

doxygen -g myTemplate.doxycfg

states the following guidance for the two mentioned tags:

# The DISABLE_INDEX tag can be used to turn on/off the condensed index (tabs)
# at top of each HTML page. The value NO (the default) enables the index and
# the value YES disables it. Since the tabs have the same information as the
# navigation tree you can set this option to NO if you already set
# GENERATE_TREEVIEW to 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 value is set to YES, a side panel will be generated
# containing a tree-like index structure (just like the one that
# is generated for HTML Help). For this to work a browser that supports
# JavaScript, DHTML, CSS and frames is required (i.e. any modern browser).
# Windows users are probably better off using the HTML help feature.
# Since the tree basically has the same information as the tab index you
# could consider to set DISABLE_INDEX to NO when enabling this option.

GENERATE_TREEVIEW      = NO

I would understand it in the following way: If GENERATE_TREEVIEW is set to YES, the information provided by the index is already visible, therefore one could DISABLE the INDEX, by setting this tag to YES.

The adjusted comments would be:
'Since the tabs in the index contain the same information as the navigation tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES.'

and

'Since the tree basically has the same information as the tab index, you could consider setting DISABLE_INDEX to YES when enabling this option.'

If this is a misconception or logical flaw on my side, feel free to just close this bug :)
Comment 1 Dimitri van Heesch 2013-08-04 10:07:39 UTC
Confirmed, docs were wrong and you were right. 
Should be fixed in the next GIT update.
Comment 2 Dimitri van Heesch 2013-08-23 15:04:52 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.8.5. Please verify if this is indeed the case. Reopen the
bug if you think it is not fixed and please include any additional information
that you think can be relevant.