diff options
author | Hans Bolinder <[email protected]> | 2017-03-16 08:24:34 +0100 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2017-03-16 08:24:34 +0100 |
commit | 465dfc379ed181681fc1e2e78f4fb74d1b60603d (patch) | |
tree | ce3f024cebb72ea2cea80f7073063d965238a2d1 /lib/parsetools | |
parent | cc1ca30031bbbf6d213e0a5b56aa0cc70a77fd15 (diff) | |
parent | e352df61fb15aac399dfe661193cf79190291ca5 (diff) | |
download | otp-465dfc379ed181681fc1e2e78f4fb74d1b60603d.tar.gz otp-465dfc379ed181681fc1e2e78f4fb74d1b60603d.tar.bz2 otp-465dfc379ed181681fc1e2e78f4fb74d1b60603d.zip |
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.xml | 2 |
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"> |