Files
lodash/vendor/docdown/README.md
John-David Dalton ace913a97d Update avatars in READMEs. [ci skip]
Former-commit-id: a4ca090094770481959cd4d4e68ec49696c12f9d
2013-04-28 16:51:53 -07:00

1003 B

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