From 54ecc8a6f8c42ba580c198b1fba38abea0a7efa0 Mon Sep 17 00:00:00 2001 From: Alexander Taylor Date: Thu, 13 Jul 2023 17:50:18 -0400 Subject: Prevent null default type parser. --- docs/guide/settings.md | 1 - 1 file changed, 1 deletion(-) (limited to 'docs/guide') 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`]|analysis.tailCallTranslation| |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`]|analysis.types.paddingThreshold| |analysis|Type Parser|Specify the implementation used for parsing types from text.|`string`|`ClangTypeParser`|[`SettingsProjectScope`, `SettingsUserScope`, `SettingsResourceScope`]|analysis.types.parserName| -| | | |`enum`|`CoreTypeParser`| | | | | | |`enum`|`ClangTypeParser`| | | |analysis|Type Printer|Specify the implementation used for formatting types into text.|`string`|`CoreTypePrinter`|[`SettingsProjectScope`, `SettingsUserScope`, `SettingsResourceScope`]|analysis.types.printerName| | | | |`enum`|`CoreTypePrinter`| | | -- cgit v1.3.1