Files
lodash/vendor/docdown
John-David Dalton db257778c0 Update vendor folder.
Former-commit-id: dde7c53eee254e2f50608e65540893764ab8d9cb
2012-07-10 18:14:15 -04:00
..
2012-07-10 18:14:15 -04:00
2012-07-02 15:35:36 -04:00

Docdown v1.0.0-pre

A simple JSDoc to Markdown documentation generator.

Documentation

The documentation for Docdown can be viewed here: /doc/README.md

For a list of upcoming features, check out our roadmap.

Installation and usage

Usage example:

require("docdown.php");

// generate Markdown
$markdown = docdown(array(
  "path" => $filepath,
  "url"  => "https://github.com/username/project/blob/master/my.js"
));

Cloning this repo

To clone this repository just use:

git clone https://github.com/docdown/docdown.git
cd docdown

Feel free to fork and send pull requests if you see improvements!

Author

Contributors