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>
This commit is contained in:
Ed Schouten 2017-11-25 23:06:04 +01:00 committed by cjihrig
parent 295311dca1
commit 46464dd1b7
No known key found for this signature in database
GPG Key ID: 7434390BDBE9B9C5

View File

@ -46,7 +46,6 @@ Public members
UV_WORK,
UV_GETADDRINFO,
UV_GETNAMEINFO,
UV_REQ_TYPE_PRIVATE,
UV_REQ_TYPE_MAX,
} uv_req_type;