Files
lodash/vendor/docdown
John-David Dalton 9b214d75df Update DocDown.
Former-commit-id: ecb4c7428007bfb6b721000c81254a03c826b1ff
2013-06-03 08:00:46 -07:00
..
2013-06-03 08:00:46 -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