summaryrefslogtreecommitdiffstats
path: root/doxygen/hdf5_navtree_hacks.js
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-06-05 23:22:10 (GMT)
committerGitHub <noreply@github.com>2023-06-05 23:22:10 (GMT)
commitcd18732c2ee6e06384d5dfb033f9a9dc1c60ab0d (patch)
tree62b93d13cd3fcd8e60a9b9ad736dde00894a1522 /doxygen/hdf5_navtree_hacks.js
parent6787a5bbef0e69aacadc9182f773ffc8a6d12127 (diff)
downloadhdf5-cd18732c2ee6e06384d5dfb033f9a9dc1c60ab0d.zip
hdf5-cd18732c2ee6e06384d5dfb033f9a9dc1c60ab0d.tar.gz
hdf5-cd18732c2ee6e06384d5dfb033f9a9dc1c60ab0d.tar.bz2
Remove most unused options which are defaulted #2998 (#3046)
* Remove most unused options which are defaulted #2998 * Correct doxygen predefined list * Correct doxygen list of predefineds
Diffstat (limited to 'doxygen/hdf5_navtree_hacks.js')
-rw-r--r--doxygen/hdf5_navtree_hacks.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/doxygen/hdf5_navtree_hacks.js b/doxygen/hdf5_navtree_hacks.js
index dda8984..804701f 100644
--- a/doxygen/hdf5_navtree_hacks.js
+++ b/doxygen/hdf5_navtree_hacks.js
@@ -141,7 +141,7 @@ function initNavTree(toroot,relpath)
$(window).on("load", showRoot);
}
-// return false if the the node has no children at all, or has only section/subsection children
+// return false if the node has no children at all, or has only section/subsection children
function checkChildrenData(node) {
if (!(typeof(node.childrenData)==='string')) {
for (var i in node.childrenData) {