diff options
| author | Théo Zimmermann | 2019-07-20 12:50:17 +0200 |
|---|---|---|
| committer | Théo Zimmermann | 2019-07-20 12:50:17 +0200 |
| commit | cd6fc50854285f02bf151e94bdfb819988531fd2 (patch) | |
| tree | 798fcfd6a0bd529a3d8ae8a25e1c1e62b728be26 /doc/tools/docgram/prodn.edit_mlg | |
| parent | c80dfb6bd8ff8625ced2cae8b6789707f904a118 (diff) | |
| parent | cf868740c3d18ee9ce9a6b38dd617784625a3cae (diff) | |
Merge PR #9884: doc_grammar, a utility to extract Coq's grammar from .mlg files and insert it into .rst files
Ack-by: Zimmi48
Ack-by: gares
Ack-by: ppedrot
Diffstat (limited to 'doc/tools/docgram/prodn.edit_mlg')
| -rw-r--r-- | doc/tools/docgram/prodn.edit_mlg | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/tools/docgram/prodn.edit_mlg b/doc/tools/docgram/prodn.edit_mlg new file mode 100644 index 0000000000..a28d07636a --- /dev/null +++ b/doc/tools/docgram/prodn.edit_mlg @@ -0,0 +1,14 @@ +(************************************************************************) +(* * The Coq Proof Assistant / The Coq Development Team *) +(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *) +(* <O___,, * (see CREDITS file for the list of authors) *) +(* \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 |
