diff options
author | Micael Karlberg <[email protected]> | 2018-05-31 10:58:19 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2018-09-18 13:01:37 +0200 |
commit | 63338250778d2caad08aa3180b372e5260f22aa7 (patch) | |
tree | 81b90d47c0f92e22fc2b656373defbc7b2b4229a /erts/doc/src/Makefile | |
parent | 7ce277e9635830c6d5c56ba02e3346a6496dec09 (diff) | |
download | otp-63338250778d2caad08aa3180b372e5260f22aa7.tar.gz otp-63338250778d2caad08aa3180b372e5260f22aa7.tar.bz2 otp-63338250778d2caad08aa3180b372e5260f22aa7.zip |
[socket-nif-doc] Add preliminary doc for socket
The doc now builds. Had to update the code (spec and types)
to match. Though, te result is less then stellar.
OTP-14831
Diffstat (limited to 'erts/doc/src/Makefile')
-rw-r--r-- | erts/doc/src/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/erts/doc/src/Makefile b/erts/doc/src/Makefile index 21aa3db864..1540344fde 100644 --- a/erts/doc/src/Makefile +++ b/erts/doc/src/Makefile @@ -52,7 +52,8 @@ XML_REF3_EFILES = \ erlang.xml \ erl_tracer.xml \ init.xml \ - zlib.xml + zlib.xml \ + socket.xml XML_REF3_FILES = \ driver_entry.xml \ @@ -63,7 +64,8 @@ XML_REF3_FILES = \ erlang.xml \ erts_alloc.xml \ init.xml \ - zlib.xml + zlib.xml \ + socket.xml XML_PART_FILES = \ part.xml |