diff options
author | Zandra Hird <[email protected]> | 2015-03-12 17:17:11 +0100 |
---|---|---|
committer | Zandra Hird <[email protected]> | 2015-03-13 13:16:15 +0100 |
commit | 0b16647dabe7f51d2aade34a9cada4ec83ace56d (patch) | |
tree | 91e30a5bad950fde6fe93e251fc149660dcbc723 /lib | |
parent | 3ee0b4af0ea4cc1a9dd0b4f732f8f4028025d32e (diff) | |
download | otp-0b16647dabe7f51d2aade34a9cada4ec83ace56d.tar.gz otp-0b16647dabe7f51d2aade34a9cada4ec83ace56d.tar.bz2 otp-0b16647dabe7f51d2aade34a9cada4ec83ace56d.zip |
add handle data type in zip.xml to fix broken link
Diffstat (limited to 'lib')
-rw-r--r-- | lib/stdlib/doc/src/zip.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/stdlib/doc/src/zip.xml b/lib/stdlib/doc/src/zip.xml index 48b376743d..f2fea44b9b 100644 --- a/lib/stdlib/doc/src/zip.xml +++ b/lib/stdlib/doc/src/zip.xml @@ -135,6 +135,12 @@ <p>These options are described in <seealso marker="#zip_options">create/3</seealso>.</p> </desc> </datatype> + <datatype> + <name name="handle"/> + <desc> + <p>As returned by <seealso marker="#zip_open/2">zip_open/2</seealso>.</p> + </desc> + </datatype> </datatypes> <funcs> <func> |