aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Kunze2020-11-03 18:50:47 +0100
committerGitHub2020-11-03 18:50:47 +0100
commit87be983b7623126320dc0b43303a48ea41b86f5c (patch)
treedeecd4f1879a69d3e4292dd4362c5fd115090929
parentd7f87ac8da2fac22356e5aa11b53d1370ee49022 (diff)
improved documentation of arguments command
-rw-r--r--doc/sphinx/language/extensions/arguments-command.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sphinx/language/extensions/arguments-command.rst b/doc/sphinx/language/extensions/arguments-command.rst
index d61f5c624e..f8c0e23696 100644
--- a/doc/sphinx/language/extensions/arguments-command.rst
+++ b/doc/sphinx/language/extensions/arguments-command.rst
@@ -86,7 +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.
+ The construct :n:`@name {? % @scope }` declares :n:`@name` as non-implicit if `clear implicits` is specified 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`