Skip to content

Commit 9edf3ab

Browse files
committed
referenced-declarations default is never
#refactor
1 parent 03d1a75 commit 9edf3ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/mrdocs.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203
"type": "string"
204204
},
205205
"referenced-declarations": {
206-
"default": "dependency",
206+
"default": "never",
207207
"description": "Determine whether external declarations should be extracted when they are referenced in the source code. If this option is not `never`, a second pass happens in the extraction process to extract dependencies in the Corpus. When set to `always`, external declarations are always extracted. When set to `dependency`, external declarations are extracted only if they are referenced by the source code. When set to `never`, external declarations are never extracted.",
208208
"enum": [
209209
"always",

src/lib/Lib/ConfigOptions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
"dependency",
202202
"never"
203203
],
204-
"default": "dependency"
204+
"default": "never"
205205
},
206206
{
207207
"name": "anonymous-namespaces",

0 commit comments

Comments
 (0)