Export to GitHub

jsdoc-toolkit - issue #349

can't find way to document code with closure


Posted on Jan 9, 2014 by Helpful Giraffe
see the code below in test.js:

(function () {

var name;

var say = function() {

};

})();

how could i use jsdoc tags to get the documentation of this code? i wanna see the document of name and say in the code.

thanks

Status: New