diff options
author | Micky <micheledevita2@gmail.com> | 2024-03-09 16:58:44 +0100 |
---|---|---|
committer | Micky <micheledevita2@gmail.com> | 2024-04-08 16:17:50 +0200 |
commit | 328b00774b9361af7fb8c9e2b73d17db1c7f4e24 (patch) | |
tree | b7bec31b65e3eba9e81e3a830e9dd3e70a1b4877 /platform/ios | |
parent | dc91479082bd9cd56cd74282573492fe1ba9618a (diff) | |
download | redot-engine-328b00774b9361af7fb8c9e2b73d17db1c7f4e24.tar.gz |
Use `[codeblock lang=text]` more often in class ref
Diffstat (limited to 'platform/ios')
-rw-r--r-- | platform/ios/doc_classes/EditorExportPlatformIOS.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/ios/doc_classes/EditorExportPlatformIOS.xml b/platform/ios/doc_classes/EditorExportPlatformIOS.xml index 35ef6d6a78..0c0ded5fea 100644 --- a/platform/ios/doc_classes/EditorExportPlatformIOS.xml +++ b/platform/ios/doc_classes/EditorExportPlatformIOS.xml @@ -12,7 +12,7 @@ <members> <member name="application/additional_plist_content" type="String" setter="" getter=""> Additional data added to the root [code]<dict>[/code] section of the [url=https://developer.apple.com/documentation/bundleresources/information_property_list]Info.plist[/url] file. The value should be an XML section with pairs of key-value elements, e.g.: - [codeblock] + [codeblock lang=text] <key>key_name</key> <string>value</string> [/codeblock] |