diff options
author | kobewi <kobewi4e@gmail.com> | 2022-07-05 01:23:04 +0200 |
---|---|---|
committer | kobewi <kobewi4e@gmail.com> | 2022-07-05 01:23:04 +0200 |
commit | 415c7dda37bf46a6a0d043c88206f739f827c4e4 (patch) | |
tree | 4f3e04f842fc729edaca035888a160719ad1ec0d /doc | |
parent | 100d2237361004bd053aaf1b6d63ad3068d6272e (diff) |
Implement XMLParser.get_current_line()
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/XMLParser.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/XMLParser.xml b/doc/classes/XMLParser.xml index c40a07c40a..79ab33045f 100644 --- a/doc/classes/XMLParser.xml +++ b/doc/classes/XMLParser.xml @@ -32,7 +32,7 @@ <method name="get_current_line" qualifiers="const"> <return type="int" /> <description> - Gets the current line in the parsed file (currently not implemented). + Gets the current line in the parsed file, counting from 0. </description> </method> <method name="get_named_attribute_value" qualifiers="const"> |