summaryrefslogtreecommitdiff
path: root/lib/parsetools
diff options
context:
space:
mode:
authorHans Bolinder <hasse@erlang.org>2017-03-16 08:24:34 +0100
committerHans Bolinder <hasse@erlang.org>2017-03-16 08:24:34 +0100
commit465dfc379ed181681fc1e2e78f4fb74d1b60603d (patch)
treece3f024cebb72ea2cea80f7073063d965238a2d1 /lib/parsetools
parentcc1ca30031bbbf6d213e0a5b56aa0cc70a77fd15 (diff)
parente352df61fb15aac399dfe661193cf79190291ca5 (diff)
downloaderlang-465dfc379ed181681fc1e2e78f4fb74d1b60603d.tar.gz
Merge remote-tracking branch 'origin/jparise/parsetools/yecc-header-dot/OTP-14276/PR-1357'
* origin/jparise/parsetools/yecc-header-dot/OTP-14276/PR-1357: Include ending dot in yecc's Header code example
Diffstat (limited to 'lib/parsetools')
-rw-r--r--lib/parsetools/doc/src/yecc.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/parsetools/doc/src/yecc.xml b/lib/parsetools/doc/src/yecc.xml
index 9188bd2a22..004fc1668d 100644
--- a/lib/parsetools/doc/src/yecc.xml
+++ b/lib/parsetools/doc/src/yecc.xml
@@ -207,7 +207,7 @@
<code>
Header "%% Copyright (C)"
"%% @private"
-"%% @Author John"</code>
+"%% @Author John".</code>
<p>Next comes a declaration of the <c>nonterminal categories</c>
to be used in the rules. For example:</p>
<code type="none">