cwilson1031 / jsdoc-toolkit

Automatically exported from code.google.com/p/jsdoc-toolkit
0 stars 0 forks source link

can't find way to document code with closure #349

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
    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