mirror of https://github.com/grpc/grpc-node.git
23 lines
461 B
JSON
23 lines
461 B
JSON
{
|
|
"tags": {
|
|
"allowUnknownTags": true
|
|
},
|
|
"source": {
|
|
"include": [ "src/node/index.js", "src/node/src" ],
|
|
"includePattern": "src/node/.+\\.js(doc)?$",
|
|
"excludePattern": "(^|\\/|\\\\)_"
|
|
},
|
|
"opts": {
|
|
"package": "package.json",
|
|
"readme": "src/node/README.md"
|
|
},
|
|
"plugins": ["plugins/markdown"],
|
|
"templates": {
|
|
"cleverLinks": false,
|
|
"monospaceLinks": false,
|
|
"default": {
|
|
"outputSourceFiles": true
|
|
}
|
|
}
|
|
}
|