diff options
author | Pierre Fenoll <pierrefenoll@gmail.com> | 2013-12-19 14:36:06 +0000 |
---|---|---|
committer | Lukas Larsson <lukas@erlang-solutions.com> | 2014-03-27 10:07:34 +0100 |
commit | be34551be2119a6c3c1a7edf113b7db12789423b (patch) | |
tree | b189873009476617d1e8e8ca058e187fbd62edb5 /lib/stdlib/doc/src/zip.xml | |
parent | 25237481ccccd3ddfa74582dc267632ad618ba30 (diff) | |
download | erlang-be34551be2119a6c3c1a7edf113b7db12789423b.tar.gz |
Document an escript:create/2 hidden feature
escript:create/2 accepts a 3-elements tuple containing files and
zip:create/3 options to build a zip file.
Also had to update zip typespecs to allow referral from escript docs.
Diffstat (limited to 'lib/stdlib/doc/src/zip.xml')
-rw-r--r-- | lib/stdlib/doc/src/zip.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/stdlib/doc/src/zip.xml b/lib/stdlib/doc/src/zip.xml index 484bf0e080..d7c655672d 100644 --- a/lib/stdlib/doc/src/zip.xml +++ b/lib/stdlib/doc/src/zip.xml @@ -123,6 +123,18 @@ </taglist> </desc> </datatype> + <datatype> + <name name="filename"/> + <p>The name of a zip file.</p> + </datatype> + <datatype><name name="extension"/></datatype> + <datatype><name name="extension_spec"/></datatype> + <datatype> + <name name="create_option"/> + <desc> + <p>These options are described in <seealso marker="#zip_options">create/3</seealso>.</p> + </desc> + </datatype> </datatypes> <funcs> <func> @@ -160,6 +172,7 @@ set to <c>["gif", "jpg"]</c> and <c>uncompress</c> is set to <c>["jpg"]</c>, only files with <c>"gif"</c> as extension will be compressed. No other files will be compressed.</p> + <marker id="zip_options"></marker> <p>The following options are available:</p> <taglist> <tag><c>cooked</c></tag> |