react-native/website/jsdocs/jsdoc-conf.json

16 lines
347 B
JSON
Raw Normal View History

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