aboutsummaryrefslogtreecommitdiff
path: root/doc/tools/docgram/prodn.edit_mlg
diff options
context:
space:
mode:
authorThéo Zimmermann2020-03-26 11:34:39 +0100
committerThéo Zimmermann2020-03-26 11:34:39 +0100
commit53a84d4e84034d213e86839d05b87a5cd80b4181 (patch)
treea7166a10294be50844e5908895c68ac974b774fd /doc/tools/docgram/prodn.edit_mlg
parentb398a4eb55c42a97d7d177839d5033a306ee7d52 (diff)
parent245af3e197c36482931248479c8eca5d0e6459a6 (diff)
Merge PR #11913: Doc_grammar: Update cmd:: and tacn:: constructs in .rsts
Reviewed-by: Zimmi48
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
-]
-*)