aboutsummaryrefslogtreecommitdiff
path: root/doc/tools/docgram/README.md
diff options
context:
space:
mode:
authorThéo Zimmermann2019-12-29 20:42:55 +0100
committerThéo Zimmermann2019-12-29 20:42:55 +0100
commitfa94c16ca2db1d00ce05296e545ce64129b90986 (patch)
treeca977b6ed8614a4b1717501aab27a2d394a09c06 /doc/tools/docgram/README.md
parent0d359bfe1219c221aac4d29a5b443c698009ada4 (diff)
parentae38bff8d499f4d2f82373b9c6dda1a27263d80c (diff)
Merge PR #11314: Convert productionlists in the Gallina chapter up to the Vernacular section to prodns
Reviewed-by: Zimmi48
Diffstat (limited to 'doc/tools/docgram/README.md')
-rw-r--r--doc/tools/docgram/README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/tools/docgram/README.md b/doc/tools/docgram/README.md
index a0a1809133..182532e413 100644
--- a/doc/tools/docgram/README.md
+++ b/doc/tools/docgram/README.md
@@ -194,14 +194,15 @@ to the grammar.
### `.rst` file updates
-`doc_grammar` updates `.rst` files when it sees the following 3 lines
+`doc_grammar` updates `.rst` files where it sees the following 3 lines
```
-.. insertgram <start> <end>
-.. productionlist:: XXX
+.. insertprodn <start> <end>
+
+.. prodn::
```
-The end of the existing `productionlist` is recognized by a blank line.
+The end of the existing `prodn` is recognized by a blank line.
### Other details