edoc documentation added

This commit is contained in:
alisdair sullivan 2010-08-19 23:30:22 -07:00
parent c098b06e88
commit 6ff74e6d59
12 changed files with 445 additions and 16 deletions

View file

@ -57,8 +57,7 @@
-type jsx_parser_result() :: {event, jsx_event(), fun(() -> jsx_parser_result())}
| {incomplete, jsx_parser()}
| {error, badjson}
| ok.
| {error, badjson}.
-type supported_utf() :: utf8 | utf16 | {utf16, little} | utf32 | {utf32, little}.