Set extract_static for Doxygen config so that static members show up (#1930)

Update Doxygen to 1.8.16
This commit is contained in:
sciencewhiz
2019-10-09 22:24:45 -07:00
committed by Peter Johnson
parent 4e183eb104
commit d169d6be9e

View File

@@ -32,7 +32,7 @@ cppProjectZips.add(project(':wpilibc').cppHeadersZip)
doxygen {
executables {
doxygen version : '1.8.8'
doxygen version : '1.8.16'
}
}
@@ -67,6 +67,7 @@ doxygen {
use_mathjax true
html_timestamp true
generate_treeview true
extract_static true
}
tasks.register("zipCppDocs", Zip) {