Bases: builtins.object
Comment class is attached to parsed nodes and used to store all comment related information.
The class supports a new Markdown and TomDoc inspired dialect to make developers life easier and work less repeative.
Returns the comment text converted to HTML
Parameters: | highlight (bool) – Whether to highlight the code |
---|
Bases: builtins.object
Container for all relevant API data. Automatically generated, filled and cached by jasy.item.Script.getApiDocs().
Bases: builtins.object
Processes JavaScript classes into data for API documentation. Exports plain data which can be used by a wide varity of tools for further processing or for displaying documentation. A good example of how to use the data generated by write is the ApiBrowser: https://github.com/zynga/apibrowser
Writes API data generated from JavaScript into distFolder
Parameters: |
|
---|