Dojo Documentation Tools

Project owner:Neil Roberts
since:V1.3

Dojo uses a specially crafted, highly readable inline documentation format and distributes the PHP-based code parser used to collect the information.

Introduction

The dojo javascript codebase makes use of a consistent commenting style to facilitate generated API documentation, which gives developers an outline of what methods are defined and how to use them. This is analogous to javadoc and similar conventions used in most programming languages today. The parser collects the information from the javascript files and produces output in json or XML format. This can be further transformed for use by editors and IDEs for example, or fed into a viewer application for a handy browsable interface to the API. These pages describe the parts of the system and how to use them to generate your own documentation of both dojo and custom code.

Error in the documentation? Can’t find what you are looking for? Let us know!