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
Original issue reported on code.google.com by Zhou.Ver...@gmail.com on 9 Jan 2014 at 6:36
Original issue reported on code.google.com by
Zhou.Ver...@gmail.com
on 9 Jan 2014 at 6:36