diff options
| author | Tobias Witt <[email protected]> | 2016-03-02 15:21:54 +0100 |
|---|---|---|
| committer | Marak <[email protected]> | 2016-03-03 04:30:38 -0500 |
| commit | 90a6a04f9cd4a134fec20949e68beb4baf79bfae (patch) | |
| tree | 70ada7191ace4c22e7d6a5ffa4a65a92d65c92a9 /conf.json | |
| parent | 9bb2b7c341bcf41e00341c92a8a66620c401c85f (diff) | |
| download | faker-90a6a04f9cd4a134fec20949e68beb4baf79bfae.tar.xz faker-90a6a04f9cd4a134fec20949e68beb4baf79bfae.zip | |
Install jsdoc and add doclet stubs for all methods
Descriptions are taken from existing comments if available. The address module already has some new sample descriptions.
Diffstat (limited to 'conf.json')
| -rw-r--r-- | conf.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/conf.json b/conf.json new file mode 100644 index 00000000..1fd69e12 --- /dev/null +++ b/conf.json @@ -0,0 +1,9 @@ +{ + "opts": { + "destination": "./doc/" + }, + + "plugins": [ + "plugins/markdown" + ] +} |
