diff options
| author | Théo Zimmermann | 2018-07-24 10:03:47 +0200 |
|---|---|---|
| committer | Théo Zimmermann | 2018-07-24 10:03:47 +0200 |
| commit | 580a026070ab74d05f38e1177632be83a8756566 (patch) | |
| tree | 1457471c8024cbeb2e4a0fe9374056630b9ffeac /doc | |
| parent | 86632a406ba7d7e9edb6f35ce367585ddd723a2e (diff) | |
| parent | b4e88c15da749b3edbd56cb70bf280a8e7bbfc3c (diff) | |
Merge PR #8083: Add test for repeated section with same name
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/sphinx/language/gallina-extensions.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/sphinx/language/gallina-extensions.rst b/doc/sphinx/language/gallina-extensions.rst index d9b2490452..394b928ada 100644 --- a/doc/sphinx/language/gallina-extensions.rst +++ b/doc/sphinx/language/gallina-extensions.rst @@ -781,7 +781,8 @@ Section :ref:`gallina-definitions`). .. cmd:: Section @ident - This command is used to open a section named `ident`. + This command is used to open a section named :token:`ident`. + Section names do not need to be unique. .. cmd:: End @ident |
