forked from stden/JSDocPHP
-
Notifications
You must be signed in to change notification settings - Fork 0
JavaScript Documentation - PHPDoc Style
License
appzk/JSDocPHP
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
JSDocPHP v0.9 Thank you using JSDocPHP. This script creates a set of HTML-based API docs for your JavaScript files. You can parse one JS file or multiple files from within a folder. Simply issue the following command: 'php jsdoc.php myjavascript.js' OR 'php jsdoc.php myjavascriptfolder' It will create the API docs in a folder called 'docs'. Optionally, you can pass an output folder to it as well: 'php jsdoc.php myjavascriptfolder mydocs' Within your JavaScript code, you can simply use standard PHP-style docblocks with the usual tags (@param, @return, etc.) to comment above your prototypes, functions and methods. For an example, view the included EXAMPLE.TXT file.
About
JavaScript Documentation - PHPDoc Style
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- PHP 95.1%
- HTML 4.9%