Remove api.json
This commit is contained in:
@@ -1,49 +0,0 @@
|
|||||||
{
|
|
||||||
"id": "api",
|
|
||||||
|
|
||||||
"output-file": "api.js",
|
|
||||||
|
|
||||||
"output-wrapper": [
|
|
||||||
"// Copyright 2012 ...\n",
|
|
||||||
"(function(){%output%})();"
|
|
||||||
],
|
|
||||||
|
|
||||||
"inputs": "exports/ol.js",
|
|
||||||
"paths": [
|
|
||||||
"src"
|
|
||||||
],
|
|
||||||
|
|
||||||
"define": {
|
|
||||||
// "goog.dom.ASSUME_STANDARDS_MODE": true,
|
|
||||||
// "goog.userAgent.ASSUME_MOBILE_WEBKIT": true,
|
|
||||||
"goog.DEBUG": false,
|
|
||||||
"ol.API" : true
|
|
||||||
},
|
|
||||||
|
|
||||||
"mode": "ADVANCED",
|
|
||||||
"level": "VERBOSE",
|
|
||||||
// "pretty-print": true,
|
|
||||||
// "debug": true,
|
|
||||||
|
|
||||||
// "experimental-compiler-options": {
|
|
||||||
// "generateExports": true
|
|
||||||
// },
|
|
||||||
|
|
||||||
|
|
||||||
"checks": {
|
|
||||||
// acceptable values are "ERROR", "WARNING", and "OFF"
|
|
||||||
"accessControls": "WARNING",
|
|
||||||
"visibility": "WARNING",
|
|
||||||
"checkTypes": "WARNING",
|
|
||||||
"checkRegExp": "WARNING",
|
|
||||||
"checkVars": "WARNING",
|
|
||||||
"deprecated": "WARNING",
|
|
||||||
"fileoverviewTags": "WARNING",
|
|
||||||
"invalidCasts": "WARNING",
|
|
||||||
"missingProperties": "WARNING",
|
|
||||||
"nonStandardJsDocs": "WARNING",
|
|
||||||
"undefinedVars": "WARNING"
|
|
||||||
},
|
|
||||||
|
|
||||||
"jsdoc-html-output-path": "jsdoc"
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user