updated edoc

This commit is contained in:
alisdair sullivan 2010-08-23 13:42:22 -07:00
parent ba423bce3e
commit 4d8246dcdc

View file

@ -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