Files
lodash/vendor/docdown
John-David Dalton e475c847d7 Update docdown.
Former-commit-id: 425bcffea78c4c0f1b2004415a0c01f20bcc52c2
2013-06-15 17:02:43 -07:00
..
2013-06-15 17:02:43 -07:00
2013-02-12 00:24:55 -08:00
2013-02-12 00:24:55 -08:00
2013-04-28 16:51:53 -07:00

Docdown v1.0.0

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"
));

Author

twitter/jdalton
John-David Dalton

Contributors

twitter/mathias
Mathias Bynens