Files
openlayers/main.json
2012-06-19 15:23:36 +02:00

33 lines
615 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": "."
}