diff options
author | Micky <micheledevita2@gmail.com> | 2024-08-18 20:27:23 +0200 |
---|---|---|
committer | Micky <micheledevita2@gmail.com> | 2024-11-10 11:26:39 +0100 |
commit | 5c5460b026ca282c8b0c8e7e74c393795299344d (patch) | |
tree | 2d126ee9648f04ae563d718efcdc68cebb194082 /doc/classes/EditorFileSystemImportFormatSupportQuery.xml | |
parent | e65a23762b36b564eb94672031f37fdadba72333 (diff) | |
download | redot-engine-5c5460b026ca282c8b0c8e7e74c393795299344d.tar.gz |
Fix many untagged true/false/null in the documentation
Diffstat (limited to 'doc/classes/EditorFileSystemImportFormatSupportQuery.xml')
-rw-r--r-- | doc/classes/EditorFileSystemImportFormatSupportQuery.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/EditorFileSystemImportFormatSupportQuery.xml b/doc/classes/EditorFileSystemImportFormatSupportQuery.xml index b1a810fe6e..fc2feca911 100644 --- a/doc/classes/EditorFileSystemImportFormatSupportQuery.xml +++ b/doc/classes/EditorFileSystemImportFormatSupportQuery.xml @@ -24,7 +24,7 @@ <method name="_query" qualifiers="virtual const"> <return type="bool" /> <description> - Query support. Return false if import must not continue. + Query support. Return [code]false[/code] if import must not continue. </description> </method> </methods> |