aboutsummaryrefslogtreecommitdiff
path: root/doc/tools/docgram/prodn.edit_mlg
diff options
context:
space:
mode:
authorJim Fehrle2020-03-25 10:21:32 -0700
committerJim Fehrle2020-03-25 15:05:44 -0700
commit245af3e197c36482931248479c8eca5d0e6459a6 (patch)
tree4425309080c640d6f89b3ef64389ea2a85c6cc9d /doc/tools/docgram/prodn.edit_mlg
parentbab3c8de77486b0cf022d8f8a19e94f588190b7c (diff)
Doc_grammar: Update cmd:: and tacn:: constructs in .rsts
Remove unneeded source and output files Move all commands under command NT Add a lot of edits for commands and tactics
Diffstat (limited to 'doc/tools/docgram/prodn.edit_mlg')
-rw-r--r--doc/tools/docgram/prodn.edit_mlg24
1 files changed, 0 insertions, 24 deletions
diff --git a/doc/tools/docgram/prodn.edit_mlg b/doc/tools/docgram/prodn.edit_mlg
deleted file mode 100644
index 8bd8cad6b5..0000000000
--- a/doc/tools/docgram/prodn.edit_mlg
+++ /dev/null
@@ -1,24 +0,0 @@
-(************************************************************************)
-(* * The Coq Proof Assistant / The Coq Development Team *)
-(* v * Copyright INRIA, CNRS and contributors *)
-(* <O___,, * (see version control and CREDITS file for authors & dates) *)
-(* \VV/ **************************************************************)
-(* // * This file is distributed under the terms of the *)
-(* * GNU Lesser General Public License Version 2.1 *)
-(* * (see LICENSE file for the text of the license) *)
-(************************************************************************)
-
-(* Defines additional productions and edits for use in documentation. Not compiled into Coq *)
-(* Contents used to generate prodn in doc *)
-
-DOC_GRAMMAR
-
-(* todo: doesn't work, gives
-ltac_match: @match_key @ltac_expr with {? %| } {+| @ltac_expr } end
-instead of
-ltac_match: @match_key @ltac_expr with {? %| } {+| {| @match_pattern | _ } => @ltac_expr } end
-
-SPLICE: [
-| match_rule
-]
-*)