aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFabian Kunze2020-11-02 11:02:28 +0100
committerGitHub2020-11-02 11:02:28 +0100
commitd7f87ac8da2fac22356e5aa11b53d1370ee49022 (patch)
tree2b17a3ca4881bc9bd9c0afa89fed36943058b26a /doc
parent473160ebe4a835dde50d6c209ab17c7e1b84979c (diff)
Doc: added "Arguments" removing implicit arguments
Diffstat (limited to 'doc')
-rw-r--r--doc/sphinx/language/extensions/arguments-command.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/sphinx/language/extensions/arguments-command.rst b/doc/sphinx/language/extensions/arguments-command.rst
index 29877e1b32..d61f5c624e 100644
--- a/doc/sphinx/language/extensions/arguments-command.rst
+++ b/doc/sphinx/language/extensions/arguments-command.rst
@@ -86,6 +86,7 @@ Setting properties of a function's arguments
the parameter name used in the function definition). Unless `rename` is specified,
the list of :n:`@name`\s must be a prefix of the formal parameters, including all implicit
arguments. `_` can be used to skip over a formal parameter.
+ This declares the name as non-implicit if either `clear implicits` is declared or at least one other name is declared implicit in the same list of :n:`@name`\s.
:token:`scope` can be either a scope name or its delimiting key. See :ref:`binding_to_scope`.
`clear implicits`