aboutsummaryrefslogtreecommitdiff
path: root/doc/sphinx/language
diff options
context:
space:
mode:
authorClément Pit-Claudel2019-05-16 16:47:35 -0400
committerClément Pit-Claudel2019-05-22 14:35:47 -0400
commitbc4f73821733365fb5882f455ca503feaa96f11f (patch)
treeb4b101642613cd8130584376cafd04faee6643b7 /doc/sphinx/language
parent5c5bd952e9c28c3acf740fcdced03b2b7145076d (diff)
[refman] Give explicit names to the various 'Arguments' commands
Diffstat (limited to 'doc/sphinx/language')
-rw-r--r--doc/sphinx/language/gallina-extensions.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/sphinx/language/gallina-extensions.rst b/doc/sphinx/language/gallina-extensions.rst
index c48964d66c..2b673ff62b 100644
--- a/doc/sphinx/language/gallina-extensions.rst
+++ b/doc/sphinx/language/gallina-extensions.rst
@@ -1662,6 +1662,7 @@ Declaring Implicit Arguments
of :token:`qualid`.
.. cmd:: Arguments @qualid : clear implicits
+ :name: Arguments (clear implicits)
This command clears implicit arguments.
@@ -1738,6 +1739,7 @@ Automatic declaration of implicit arguments
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. cmd:: Arguments @qualid : default implicits
+ :name: Arguments (default implicits)
This command tells |Coq| to automatically detect what are the implicit arguments of a
defined object.
@@ -1908,6 +1910,7 @@ Renaming implicit arguments
~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. cmd:: Arguments @qualid {* @name} : @rename
+ :name: Arguments (rename)
This command is used to redefine the names of implicit arguments.