Files
lodash/vendor/docdown
John-David Dalton a2088fa500 Rebuild docs, files, and update minifiers.
Former-commit-id: 65b04c3efc7677c8ec5cc7ce6e5840fed23b3716
2013-05-19 13:11:57 -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