mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-02 08:07:50 +00:00
36 lines
1003 B
Markdown
36 lines
1003 B
Markdown
# Docdown <sup>v1.0.0</sup>
|
|
|
|
A simple JSDoc to Markdown documentation generator.
|
|
|
|
## Documentation
|
|
|
|
The documentation for Docdown can be viewed here: [/doc/README.md](https://github.com/jdalton/docdown/blob/master/doc/README.md#readme)
|
|
|
|
For a list of upcoming features, check out our [roadmap](https://github.com/jdalton/docdown/wiki/Roadmap).
|
|
|
|
## Installation and usage
|
|
|
|
Usage example:
|
|
|
|
```php
|
|
require("docdown.php");
|
|
|
|
// generate Markdown
|
|
$markdown = docdown(array(
|
|
"path" => $filepath,
|
|
"url" => "https://github.com/username/project/blob/master/my.js"
|
|
));
|
|
```
|
|
|
|
## Author
|
|
|
|
| [](http://twitter.com/jdalton "Follow @jdalton on Twitter") |
|
|
|---|
|
|
| [John-David Dalton](http://allyoucanleet.com/) |
|
|
|
|
## Contributors
|
|
|
|
| [](http://twitter.com/mathias "Follow @mathias on Twitter") |
|
|
|---|
|
|
| [Mathias Bynens](http://mathiasbynens.be/) |
|