summaryrefslogtreecommitdiffstats
path: root/doxygen/hdf5_navtree_hacks.js
diff options
context:
space:
mode:
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) {