Explorar o código

doc/doxygen/doxygen.cfg: allow dynamic sections

Nathalie Furmento %!s(int64=11) %!d(string=hai) anos
pai
achega
95031c31ac
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      doc/doxygen/doxygen.cfg

+ 2 - 2
doc/doxygen/doxygen.cfg

@@ -1003,7 +1003,7 @@ HTML_TIMESTAMP         = YES
 # documentation will contain sections that can be hidden and shown after the
 # documentation will contain sections that can be hidden and shown after the
 # page has loaded.
 # page has loaded.
 
 
-HTML_DYNAMIC_SECTIONS  = NO
+HTML_DYNAMIC_SECTIONS  = YES
 
 
 # With HTML_INDEX_NUM_ENTRIES one can control the preferred number of
 # With HTML_INDEX_NUM_ENTRIES one can control the preferred number of
 # entries shown in the various tree structured indices initially; the user
 # entries shown in the various tree structured indices initially; the user
@@ -1185,7 +1185,7 @@ DISABLE_INDEX          = NO
 # Since the tree basically has the same information as the tab index you
 # 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.
 # could consider to set DISABLE_INDEX to NO when enabling this option.
 
 
-GENERATE_TREEVIEW      = NO
+GENERATE_TREEVIEW      = YES
 
 
 # The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values
 # The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values
 # (range [0,1..20]) that doxygen will group on one line in the generated HTML
 # (range [0,1..20]) that doxygen will group on one line in the generated HTML