updated edoc
This commit is contained in:
parent
ba423bce3e
commit
4d8246dcdc
1 changed files with 2 additions and 1 deletions
|
@ -48,7 +48,8 @@
|
||||||
|
|
||||||
%% @type jsx_parser_result() = {event, jsx_event(), (() -> jsx_parser_result())}
|
%% @type jsx_parser_result() = {event, jsx_event(), (() -> jsx_parser_result())}
|
||||||
%% | {incomplete, jsx_parser()}
|
%% | {incomplete, jsx_parser()}
|
||||||
%% | {error, badjson}.
|
%% | {error, badjson}
|
||||||
|
%% | {error, badarg}.
|
||||||
|
|
||||||
%% @type jsx_event() = start_object
|
%% @type jsx_event() = start_object
|
||||||
%% | end_object
|
%% | end_object
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue