From e352df61fb15aac399dfe661193cf79190291ca5 Mon Sep 17 00:00:00 2001 From: Jon Parise Date: Sun, 26 Feb 2017 15:31:24 -0800 Subject: Include ending dot in yecc's Header code example All yecc declarations must end in a dot (.). The code example for the Header declaration doesn't include a trailing dot while all other code examples do. This change adds that dot for consistency and to avoid any potential confusion on the part of the reader. --- lib/parsetools/doc/src/yecc.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/parsetools') 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 @@ Header "%% Copyright (C)" "%% @private" -"%% @Author John" +"%% @Author John".

Next comes a declaration of the nonterminal categories to be used in the rules. For example:

-- cgit v1.2.3