aboutsummaryrefslogtreecommitdiff
path: root/docs/src
diff options
context:
space:
mode:
authorEd Schouten <ed@nuxi.nl>2017-11-25 23:06:04 +0100
committercjihrig <cjihrig@gmail.com>2018-06-19 22:57:08 -0400
commit46464dd1b7206b397eae9920452b029c101bc826 (patch)
treed383f6d48fcd56f6316e5245c53f4d8f6ab6dd57 /docs/src
parent295311dca17f9afbee4c9ed56942ab04f8231c6c (diff)
downloadlibuv-46464dd1b7206b397eae9920452b029c101bc826.tar.gz
libuv-46464dd1b7206b397eae9920452b029c101bc826.zip
doc: undocument uv_req_type's UV_REQ_TYPE_PRIVATE
This is merely an internal definition that may expand to OS specific request types. It is not an actual symbolic constant part of the enumeration. Fixes: https://github.com/libuv/libuv/issues/1607 PR-URL: https://github.com/libuv/libuv/pull/1653 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'docs/src')
-rw-r--r--docs/src/request.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/src/request.rst b/docs/src/request.rst
index 54d9a2f3..dac6d7ab 100644
--- a/docs/src/request.rst
+++ b/docs/src/request.rst
@@ -46,7 +46,6 @@ Public members
UV_WORK,
UV_GETADDRINFO,
UV_GETNAMEINFO,
- UV_REQ_TYPE_PRIVATE,
UV_REQ_TYPE_MAX,
} uv_req_type;