12345678910111213141516 |
- {
- "tags": {
- "allowUnknownTags": true
- ,"dictionaries": ["jsdoc", "closure"]
- }
- ,"source": {
- "includePattern": ".+\\.js(doc)?$"
- ,"excludePattern": "(^|\\/|\\\\)_"
- }
- ,"plugins": []
- ,"templates": {
- "cleverLinks": true
- ,"monospaceLinks": false
- }
- }
|