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