doc: fix uv_get_free_memory doc
There was a formatting error that prevented the uv_get_free_memory function from appearing on the page. PR-URL: https://github.com/libuv/libuv/pull/2163 Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com> Reviewed-By: Bartosz Sosnowski <bartosz@janeasystems.com>
This commit is contained in:
parent
a9e6cc7b99
commit
43744c3708
@ -431,7 +431,10 @@ API
|
||||
|
||||
.. versionadded:: 1.9.0
|
||||
|
||||
.. uint64_t uv_get_free_memory(void)
|
||||
.. c:function:: uint64_t uv_get_free_memory(void)
|
||||
|
||||
Gets memory information (in bytes).
|
||||
|
||||
.. c:function:: uint64_t uv_get_total_memory(void)
|
||||
|
||||
Gets memory information (in bytes).
|
||||
|
||||
Loading…
Reference in New Issue
Block a user