Skip to content

Commit

Permalink
referenced-declarations default is never
Browse files Browse the repository at this point in the history
#refactor
  • Loading branch information
alandefreitas committed Jan 2, 2025
1 parent 03d1a75 commit 9edf3ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/mrdocs.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
"type": "string"
},
"referenced-declarations": {
"default": "dependency",
"default": "never",
"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.",
"enum": [
"always",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/Lib/ConfigOptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
"dependency",
"never"
],
"default": "dependency"
"default": "never"
},
{
"name": "anonymous-namespaces",
Expand Down

0 comments on commit 9edf3ab

Please sign in to comment.