Skip to content
Rene Saarsoo edited this page Feb 20, 2013 · 15 revisions

Documentation for JSDuck - API documentation generator for Sencha JavaScript frameworks.

Guides

Overview of a bit more ad-hoc and experimental features:

  • Welcome page - Adding an index page for the generated docs.
  • [Videos] - Creating the videos page.
  • Examples - Creating the examples page.

And a few more important resources:

  • FAQ - Read this before submitting bugs.
  • Changelog - Overview of all the released versions.

Syntax

Detailed docs for using all the builtin tags:

Also for the inline tags:

Various tags use {TypeDefinitions}, the syntax for these is described here:

Customizing JSDuck

Not enough? Want to make JSDuck do more for you?

  • Custom tags - The simplest way to add new functionality is to implement a custom tag. JSDuck supports loading custom tag definitions on the fly, without you having to fork JSDuck.

  • Hacking - If you really want to get down and dirty, this is the guide for you.