wkeese / old-api-viewer

Old viewer for output of old js-doc-parse, replaced by https://github.com/dojo/dapi
22 stars 10 forks source link

parameters not displayed for constructors in usage sections #36

Closed wkeese closed 12 years ago

wkeese commented 12 years ago

See for example dijit/Dialog page. It lists the parameters in the table, but not in the Usage section above it:

Usage:

var foo = new Dialog()

Also missing a semicolon.