summaryrefslogtreecommitdiff
path: root/docs/guide
diff options
context:
space:
mode:
authorAlexander Taylor <alex@vector35.com>2023-07-13 17:50:18 -0400
committerAlexander Taylor <alex@vector35.com>2023-07-19 06:48:06 -0400
commit54ecc8a6f8c42ba580c198b1fba38abea0a7efa0 (patch)
tree79265bcef13750e55b343de1aac9ea656115b956 /docs/guide
parent70679193979905226b52dbc81ab5f75e90717e96 (diff)
Prevent null default type parser.
Diffstat (limited to 'docs/guide')
-rw-r--r--docs/guide/settings.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/guide/settings.md b/docs/guide/settings.md
index a2fe6226..cd3c6ea9 100644
--- a/docs/guide/settings.md
+++ b/docs/guide/settings.md
@@ -92,7 +92,6 @@ All settings are uniquely identified with an identifier string. Identifiers are
|analysis|Tail Call Translation|Performs tail call translation for jump instructions where the target is an existing function start.|`boolean`|`True`|[`SettingsProjectScope`, `SettingsUserScope`, `SettingsResourceScope`]|<a id='analysis.tailCallTranslation'>analysis.tailCallTranslation</a>|
|analysis|Padding Threshold|Specify the minimum number of undefined bytes in a structure type before __padding notation is used when rendering the type to text. This setting does not affect exporting types to a file, where the __padding notation will always be used.|`number`|`1024`|[`SettingsProjectScope`, `SettingsUserScope`, `SettingsResourceScope`]|<a id='analysis.types.paddingThreshold'>analysis.types.paddingThreshold</a>|
|analysis|Type Parser|Specify the implementation used for parsing types from text.|`string`|`ClangTypeParser`|[`SettingsProjectScope`, `SettingsUserScope`, `SettingsResourceScope`]|<a id='analysis.types.parserName'>analysis.types.parserName</a>|
-| | | |`enum`|`CoreTypeParser`| | |
| | | |`enum`|`ClangTypeParser`| | |
|analysis|Type Printer|Specify the implementation used for formatting types into text.|`string`|`CoreTypePrinter`|[`SettingsProjectScope`, `SettingsUserScope`, `SettingsResourceScope`]|<a id='analysis.types.printerName'>analysis.types.printerName</a>|
| | | |`enum`|`CoreTypePrinter`| | |