mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
Use [codeblock lang=text] more often in class ref
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
</brief_description>
|
||||
<description>
|
||||
This helper class can be used to store [Variant] values on the filesystem using INI-style formatting. The stored values are identified by a section and a key:
|
||||
[codeblock]
|
||||
[codeblock lang=text]
|
||||
[section]
|
||||
some_key=42
|
||||
string_example="Hello World3D!"
|
||||
|
||||
Reference in New Issue
Block a user