removed now meaningless strict option from format and verify modules and associated types and specs

This commit is contained in:
alisdair sullivan 2011-07-04 21:04:10 -07:00
parent 9eec2459f4
commit 922e3e525e
3 changed files with 8 additions and 23 deletions

View file

@ -123,13 +123,11 @@
-type verify_opts() :: [verify_opt()].
-type verify_opt() :: {strict, true | false}
| {encoding, auto | supported_utf()}.
-type verify_opt() :: {encoding, auto | supported_utf()}.
-type format_opts() :: [format_opt()].
-type format_opt() :: {strict, true | false}
| {encoding, auto | supported_utf()}
-type format_opt() :: {encoding, auto | supported_utf()}
| {space, integer()}
| space
| {indent, integer()}