/// ////function; ////function f() { //// function; ////} verify.navigationTree({ "text": "", "kind": "script", "childItems": [ { "text": "", "kind": "function" }, { "text": "f", "kind": "function", "childItems": [ { "text": "", "kind": "function" } ] } ] }); verify.navigationBar([ { "text": "", "kind": "script", "childItems": [ { "text": "", "kind": "function" }, { "text": "f", "kind": "function" } ] }, { "text": "f", "kind": "function", "childItems": [ { "text": "", "kind": "function" } ], "indent": 1 } ]);