mirror of
https://github.com/danog/fast-srp.git
synced 2024-11-30 04:19:18 +01:00
12 lines
204 B
JSON
12 lines
204 B
JSON
{
|
|
"mode": "library",
|
|
"out": "docs",
|
|
"includes": "src",
|
|
"exclude": ["src/test/**/*"],
|
|
|
|
"excludePrivate": true,
|
|
"excludeProtected": true,
|
|
"excludeNotExported": true,
|
|
"hideGenerator": true
|
|
}
|