From 50f64c60b87e8d03fedc3f9f4e655aff8ca9f16c Mon Sep 17 00:00:00 2001 From: Sverker Eriksson Date: Wed, 12 Dec 2018 19:32:24 +0100 Subject: Add empty 'since' attribute for old modules and functions --- lib/parsetools/doc/src/leex.xml | 16 ++++++++-------- lib/parsetools/doc/src/yecc.xml | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) (limited to 'lib/parsetools/doc/src') diff --git a/lib/parsetools/doc/src/leex.xml b/lib/parsetools/doc/src/leex.xml index 1227625287..2ba1044882 100644 --- a/lib/parsetools/doc/src/leex.xml +++ b/lib/parsetools/doc/src/leex.xml @@ -21,7 +21,7 @@ A leex.xml - leex + leex Lexical analyzer generator for Erlang

A regular expression based lexical analyzer generator for @@ -124,7 +124,7 @@ Token = tuple() - format_error(ErrorInfo) -> Chars + format_error(ErrorInfo) -> Chars Return an English description of a an error tuple. Chars = [char() | Chars] @@ -145,8 +145,8 @@ Token = tuple() - string(String) -> StringRet - string(String, StartLine) -> StringRet + string(String) -> StringRet + string(String, StartLine) -> StringRet Generated by Leex String = string() @@ -163,9 +163,9 @@ Token = tuple() - token(Cont, Chars) -> {more,Cont1} | {done,TokenRet,RestChars} + token(Cont, Chars) -> {more,Cont1} | {done,TokenRet,RestChars} - token(Cont, Chars, StartLine) -> {more,Cont1} + token(Cont, Chars, StartLine) -> {more,Cont1} | {done,TokenRet,RestChars} Generated by Leex @@ -198,9 +198,9 @@ io:request(InFile, {get_until,Prompt,Module,token,[Line]}) - tokens(Cont, Chars) -> {more,Cont1} | {done,TokensRet,RestChars} + tokens(Cont, Chars) -> {more,Cont1} | {done,TokensRet,RestChars} - tokens(Cont, Chars, StartLine) -> + tokens(Cont, Chars, StartLine) -> {more,Cont1} | {done,TokensRet,RestChars} Generated by Leex diff --git a/lib/parsetools/doc/src/yecc.xml b/lib/parsetools/doc/src/yecc.xml index 5f95b5c150..67a2c95c25 100644 --- a/lib/parsetools/doc/src/yecc.xml +++ b/lib/parsetools/doc/src/yecc.xml @@ -32,7 +32,7 @@ B yecc.sgml - yecc + yecc LALR-1 Parser Generator

An LALR-1 parser generator for Erlang, similar to yacc. @@ -46,7 +46,7 @@ - file(Grammarfile [, Options]) -> YeccRet + file(Grammarfile [, Options]) -> YeccRet Give information about resolved and unresolved parse action conflicts. Grammarfile = filename() @@ -137,7 +137,7 @@ - format_error(Reason) -> Chars + format_error(Reason) -> Chars Return an English description of a an error tuple. Reason = - as returned by yecc:file/1,2 - -- cgit v1.2.3