doc: uv_handle_t documentation suggestion
This commit contains a suggestion to hopefully improve the documentation of uv_handle_t's member uv_loop_t. PR-URL: https://github.com/libuv/libuv/pull/2446 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
This commit is contained in:
parent
9b12e023ab
commit
25682fafeb
@ -90,7 +90,7 @@ Public members
|
||||
|
||||
.. c:member:: uv_loop_t* uv_handle_t.loop
|
||||
|
||||
Pointer to the :c:type:`uv_loop_t` where the handle is running on. Readonly.
|
||||
Pointer to the :c:type:`uv_loop_t` the handle is running on. Readonly.
|
||||
|
||||
.. c:member:: uv_handle_type uv_handle_t.type
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user