Creates a jsdoc3 docset for the source documentation browser, Dash.
The current JSDoc docset is in the build
directory. To rebuild the documentation:
> npm install
> jake build
This will pull the current master
branch from the JSDoc documentation repository into a .tmp
directory and parse the source files to rebuild the docset.
The JSDoc docset is now part of the Dash User Contributed docsets.
- Open Dash.
- Go to
Dash -> Preferences -> Downloads
. - Click the "download" button next to the JSDoc entry.
This is the recommended installation method.
- Open Dash.
- Go to
Dash -> Preferences -> Downloads
and click the+
icon (Add docset feed) in the lower-left of the dialog. - Enter the feed URL:
https://raw.github.com/nicholascloud/jsdoc3-dash/master/feeds/JSDoc.xml
. - Click the
Install
button when the docset appears in the dialog.
When the docset is updated, the version number in the feed file will be incremented and you will receive the update automatically.
Make sure Dash is installed and double-click on build/jsdoc.docset
in Finder.
Alternatively:
- Open Dash.
- Go to
Dash -> Preferences -> Docsets
and click the+
icon (Add Docset) in the lower-left of the dialog. - Navigate to the project
build
directory. - Choose the
jsdoc.docset
directory to include in your Dash docsets.