From 99292a2a45f93cc27899c1f2ff4cda38c852c0b6 Mon Sep 17 00:00:00 2001 From: Théo Zimmermann Date: Tue, 11 Dec 2018 16:00:15 +0100 Subject: Document the deprecation of hint declaration withou database in refman. Follow-up of #8987. --- doc/sphinx/proof-engine/tactics.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/sphinx/proof-engine') diff --git a/doc/sphinx/proof-engine/tactics.rst b/doc/sphinx/proof-engine/tactics.rst index ad80cb62e1..5958aed215 100644 --- a/doc/sphinx/proof-engine/tactics.rst +++ b/doc/sphinx/proof-engine/tactics.rst @@ -3427,6 +3427,8 @@ The general command to add a hint to some databases :n:`{+ @ident}` is No database name is given: the hint is registered in the core database. + .. deprecated:: 8.10 + .. cmdv:: Local Hint @hint_definition : {+ @ident} This is used to declare hints that must not be exported to the other modules -- cgit v1.2.3 From b86196e9c643171c161a3a48ccabeea451481cbf Mon Sep 17 00:00:00 2001 From: Théo Zimmermann Date: Tue, 11 Dec 2018 19:27:46 +0100 Subject: Add missing formatting. --- doc/sphinx/proof-engine/tactics.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/sphinx/proof-engine') diff --git a/doc/sphinx/proof-engine/tactics.rst b/doc/sphinx/proof-engine/tactics.rst index 5958aed215..59602581c7 100644 --- a/doc/sphinx/proof-engine/tactics.rst +++ b/doc/sphinx/proof-engine/tactics.rst @@ -3425,7 +3425,7 @@ The general command to add a hint to some databases :n:`{+ @ident}` is .. cmdv:: Hint @hint_definition - No database name is given: the hint is registered in the core database. + No database name is given: the hint is registered in the ``core`` database. .. deprecated:: 8.10 -- cgit v1.2.3