diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2024-07-05 19:02:29 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2024-07-05 19:02:29 -0400 |
| commit | 64b879ce5e29423ef3ebd82b4db4877b95608070 (patch) | |
| tree | 636021b803b0459d1e2a700075e55543d4e18248 /docs | |
| parent | 83917bc349a8d4efe986a7aef991d3386bc78dbf (diff) | |
fix missing settings header
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/guide/settings.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/guide/settings.md b/docs/guide/settings.md index e4677efd..252fb3dd 100644 --- a/docs/guide/settings.md +++ b/docs/guide/settings.md @@ -27,6 +27,8 @@ All settings are uniquely identified with an identifier string. Identifiers are **Note**: In order to facilitate reproducible analysis results, when opening a file for the first time, all of the analysis settings are automatically serialized into the _Resource Setting_ scope. This prevents subsequent _User_ and _Project_ setting modifications from unintentionally changing existing analysis results. +## All Settings + |Category|Setting|Description|Type|Default|Scope|Key| |---|---|---|---|---|---|---| |analysis|Alternate Type Propagation|Enable an alternate approach for function type propagation.|`boolean`|`True`|[`SettingsProjectScope`, `SettingsResourceScope`, `SettingsUserScope`]|<a id='analysis.alternateTypePropagation'>analysis.alternateTypePropagation</a>| @@ -461,4 +463,4 @@ All settings are uniquely identified with an identifier string. Identifiers are | | | |`enum`|`core.function.objectiveC`| | | | | | |`enum`|`core.module.defaultAnalysis`| | | |workflows|Module Workflow|Workflow selection for module-based analysis. Note: Module-based workflows incomplete.|`string`|`core.module.defaultAnalysis`|[`SettingsProjectScope`, `SettingsResourceScope`, `SettingsUserScope`]|<a id='workflows.moduleWorkflow'>workflows.moduleWorkflow</a>| -| | | |`enum`|`core.module.defaultAnalysis`| | |
\ No newline at end of file +| | | |`enum`|`core.module.defaultAnalysis`| | | |
