davidshimjs / jaguarjs-jsdoc

A Template of jsdoc for jaguar.js project
MIT License
218 stars 136 forks source link

Interfaces are missing #36

Open arapoport opened 9 years ago

arapoport commented 9 years ago

Thanks for your template!

I think I found a bug. Interfaces (tag @interface) are missing in the output documentation.

Example:

/**
 * @interface
 */
myInterface = {
    /**
     * Foo.
     */
    foo : function() {}
}

The default jsdoc template does output it (on the right side, part with "Interfaces" title). But jaguarjs-jsdoc seems to omit it completely.