From 43744c37088444f2643dbea58074e950bcdbfc30 Mon Sep 17 00:00:00 2001 From: Stephen Belanger Date: Sat, 26 Jan 2019 22:50:17 -0800 Subject: [PATCH] doc: fix uv_get_free_memory doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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é Reviewed-By: Bartosz Sosnowski --- docs/src/misc.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/src/misc.rst b/docs/src/misc.rst index 81c03a85..ef003289 100644 --- a/docs/src/misc.rst +++ b/docs/src/misc.rst @@ -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).