webdoc-labs / webdoc

Documentation generator for the web
https://www.webdoclabs.com
Other
79 stars 9 forks source link

@webdoc/default-template doesn't render property table #156

Closed ShukantPal closed 2 years ago

ShukantPal commented 2 years ago
class Test {

/**
 * The properties a, b are not rendered in HTML
 *
 * @property {string} a
 * @property {string} b
 */
props = {}

}
ShukantPal commented 2 years ago

Fixed in #165