diff options
author | Péter Dimitrov <[email protected]> | 2017-08-31 15:39:45 +0200 |
---|---|---|
committer | Péter Dimitrov <[email protected]> | 2017-10-23 15:53:28 +0200 |
commit | 29a9dd0e17a97a3e6e46f0d08c6ba8f31db33f5e (patch) | |
tree | 3f695c87481ed4be659082ad4e3559bf6dfd01a9 /lib/stdlib/doc | |
parent | 80feeb36f92a923f57f740c7c28c12bb8b69ec16 (diff) | |
download | otp-29a9dd0e17a97a3e6e46f0d08c6ba8f31db33f5e.tar.gz otp-29a9dd0e17a97a3e6e46f0d08c6ba8f31db33f5e.tar.bz2 otp-29a9dd0e17a97a3e6e46f0d08c6ba8f31db33f5e.zip |
stdlib: Implement uri_string:parse
Diffstat (limited to 'lib/stdlib/doc')
-rw-r--r-- | lib/stdlib/doc/src/uri_string.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/stdlib/doc/src/uri_string.xml b/lib/stdlib/doc/src/uri_string.xml index e6b2bd5e80..8283b8ca0e 100644 --- a/lib/stdlib/doc/src/uri_string.xml +++ b/lib/stdlib/doc/src/uri_string.xml @@ -91,12 +91,6 @@ <datatypes> <datatype> - <name name="bytelist"/> - <desc> - <p>Maybe improper list of bytes (0..255).</p> - </desc> - </datatype> - <datatype> <name name="uri_map"/> <desc> <p>URI map holding the main components of a URI.</p> |