Skip to main content

One post tagged with "apidocs"

View All Tags

How we improved our apidocs with Typedoc groups and categories

· 11 min read
Simon Porritt
JsPlumb Development

JsPlumb uses the excellent Typedoc documentation generator to create our API documentation, but since we adopted it last year we haven't really made the most of it. We would run Typedoc over our codebase with the default settings, and the result is a page in which everything is listed alphabetically, grouped by Enumerations Classes, Interfaces, etc.

It can be a useful page - if you know what you're looking for. But it doesn't lend itself very well to browsing, and browseable docs are great, because they lead to discovery.