Files
openlayers/main.json
2012-06-19 11:14:53 +02:00

33 lines
588 B
JSON

{
"id": "ol",
"inputs": "src/ol.js",
"paths": [
"."
],
"define": {
// "goog.dom.ASSUME_STANDARDS_MODE": true,
"goog.DEBUG": true
},
"mode": "ADVANCED",
"level": "VERBOSE",
"checks": {
// "accessControls": "ERROR",
// "visibility": "ERROR"
"checkTypes": "ERROR",
"checkRegExp": "ERROR",
"checkVars": "ERROR",
"deprecated": "ERROR",
"fileoverviewTags": "ERROR",
"invalidCasts": "ERROR",
"missingProperties": "ERROR",
"nonStandardJsDocs": "ERROR",
"undefinedVars": "ERROR"
},
"jsdoc-html-output-path": "."
}