diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-06-27 08:12:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-27 08:12:34 +0200 |
commit | 755b589384eedbd3843fe7263cbc655633b8bd7e (patch) | |
tree | 0e1170b155bc8a95bd83f979254a1efb8740216a /doc/classes/Directory.xml | |
parent | eaaff9da3178fa515a0f051fda932c1dd04d53db (diff) | |
parent | 867dda112453b0c8e3903831baea570630c397f5 (diff) |
Merge pull request #30096 from akien-mga/doc-misc-updates
doc: Proofread and complete various nodes
Diffstat (limited to 'doc/classes/Directory.xml')
-rw-r--r-- | doc/classes/Directory.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Directory.xml b/doc/classes/Directory.xml index 54aac33652..9c33b4fc0e 100644 --- a/doc/classes/Directory.xml +++ b/doc/classes/Directory.xml @@ -126,7 +126,7 @@ <argument index="1" name="skip_hidden" type="bool" default="false"> </argument> <description> - Initialise the stream used to list all files and directories using the [method get_next] function, closing the current opened stream if needed. Once the stream has been processed, it should typically be closed with [method list_dir_end]. + Initialize the stream used to list all files and directories using the [method get_next] function, closing the current opened stream if needed. Once the stream has been processed, it should typically be closed with [method list_dir_end]. If you pass [code]skip_navigational[/code], then [code].[/code] and [code]..[/code] would be filtered out. If you pass [code]skip_hidden[/code], then hidden files would be filtered out. </description> |