incomplete work on multi term streams

This commit is contained in:
alisdair sullivan 2010-06-23 16:43:09 -07:00
parent 37f9d2a07a
commit 46df6e5a38
4 changed files with 31 additions and 11 deletions

View file

@ -30,7 +30,7 @@
-type jsx_opts() :: [jsx_opt()].
-type jsx_opt() :: {comments, true | false}
| {escaped_unicode, ascii | codepoint | none}
| {stream_mode, true | false}
| {multi_term, true | false | whitespace | binary()}
| {encoding, auto | utf8 | utf16 | utf16le | utf32 | utf32le }.