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