What's AppleScriptDoc ?
AppleScriptDoc is a formatter and a generator of reference manual of AppleScript libraries.
Features
- Generating HTML files from comments in the source code. The markup rules of comments are similar to JavaDoc or HeaderDoc. Also a subset of RD can be used.
- Setting up a reference manula as a Help Book of a script bundle.
- By using OpenHelpBook.scptd , the script bundle can show the reference manual at runtime.
- As a example, run "sample.scptd" from Script Menu.
- The reference manual in Help Viewer provides following convenient features. These feature can help AppleScript developments.
- Clicking the clipbaord icon causes to place a template of a handler into the clipboard.
- Clicking "Edit Script" causes to open the script with Script Editor.