Просмотр исходного кода

doc/doxygen/doxygen.cfg: allow dynamic sections

Nathalie Furmento лет назад: 11
Родитель
Сommit
95031c31ac
1 измененных файлов с 2 добавлено и 2 удалено
  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
 # page has loaded.
 
-HTML_DYNAMIC_SECTIONS  = NO
+HTML_DYNAMIC_SECTIONS  = YES
 
 # With HTML_INDEX_NUM_ENTRIES one can control the preferred number of
 # 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
 # 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
 # (range [0,1..20]) that doxygen will group on one line in the generated HTML