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