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 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'lib/parsetools/doc/src/leex.xml') 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 -- cgit v1.2.3 From 606ed183e31bb68c453495caae1c9fad787d48ea Mon Sep 17 00:00:00 2001 From: Sverker Eriksson Date: Wed, 12 Dec 2018 19:26:25 +0100 Subject: Fix since attribute for troubled function docs --- lib/parsetools/doc/src/leex.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/parsetools/doc/src/leex.xml') diff --git a/lib/parsetools/doc/src/leex.xml b/lib/parsetools/doc/src/leex.xml index 2ba1044882..3b82f60201 100644 --- a/lib/parsetools/doc/src/leex.xml +++ b/lib/parsetools/doc/src/leex.xml @@ -38,7 +38,8 @@ Token = tuple() - file(FileName, [, Options]) -> LeexRet + file(FileName) -> LeexRet + file(FileName, Options) -> LeexRet Generate a lexical analyzer FileName = filename() -- cgit v1.2.3