From e04386a3632858a847c3c0626d3eed48174bcd74 Mon Sep 17 00:00:00 2001 From: Ali Ijaz Sheikh Date: Fri, 12 Jan 2018 10:19:46 -0800 Subject: [PATCH] doc: napi: fix unbalanced emphasis Some of the section headers had unbalanced emphasis. Backport-PR-URL: https://github.com/nodejs/node/pull/19447 PR-URL: https://github.com/nodejs/node/pull/18122 Reviewed-By: James M Snell Reviewed-By: Colin Ihrig Reviewed-By: Kyle Farnung Reviewed-By: Jon Moss Reviewed-By: Luigi Pinca Reviewed-By: Tiancheng "Timothy" Gu Reviewed-By: Michael Dawson --- doc/api/n-api.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/api/n-api.md b/doc/api/n-api.md index 86bdecbdff0273..758de94b9f7df6 100644 --- a/doc/api/n-api.md +++ b/doc/api/n-api.md @@ -3366,7 +3366,7 @@ scenario, because with those the async execution still happens on the main event loop. When using any other async mechanism, the following APIs are necessary to ensure an async operation is properly tracked by the runtime. -### *napi_async_init** +### napi_async_init @@ -3387,7 +3387,7 @@ napi_status napi_async_init(napi_env env, Returns `napi_ok` if the API succeeded. -### *napi_async_destroy** +### napi_async_destroy @@ -3401,7 +3401,7 @@ napi_status napi_async_destroy(napi_env env, Returns `napi_ok` if the API succeeded. -### *napi_make_callback* +### napi_make_callback