Bring back basic api documentation

This commit is contained in:
ahocevar
2018-05-09 12:01:16 +02:00
parent 701aaedf4d
commit 636369181b
5 changed files with 125 additions and 143 deletions

View File

@@ -22,7 +22,8 @@
"presrc-closure": "npm run prebuild",
"src-closure": "babel -q --out-dir build/src-closure src/",
"pretypecheck": "npm run src-closure",
"typecheck": "node tasks/typecheck"
"typecheck": "node tasks/typecheck",
"apidoc": "jsdoc -c config/jsdoc/api/conf.json -d build/apidoc"
},
"main": "src/ol/index.js",
"repository": {