forked from OSchip/llvm-project
[mlir] use dynamic sections in MLIR Doxygen
Due to an apparent bug in the Doxygen version <1.8.16 used to generate documentation for MLIR, parts of the navigation (specifically, the lists of inherited methods for classes) are unusable due to dynsections.js missing from the output generated by Doxygen. Setting this flag makes Doxygen always produce the file.
This commit is contained in:
parent
48ad639036
commit
7deed49ab9
|
@ -1127,7 +1127,7 @@ HTML_TIMESTAMP = YES
|
|||
# The default value is: NO.
|
||||
# This tag requires that the tag GENERATE_HTML is set to YES.
|
||||
|
||||
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 can expand
|
||||
|
|
Loading…
Reference in New Issue