From: Samuel Attard Date: Thu, 3 Nov 2016 03:04:03 +0000 (+1100) Subject: Fix the IPC docs so the docs-linter finds the methods X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6228ce3f35ed70ee675afa460f1b57edd53db810;p=platform%2Fframework%2Fweb%2Fcrosswalk-tizen.git Fix the IPC docs so the docs-linter finds the methods --- diff --git a/docs/api/ipc-main.md b/docs/api/ipc-main.md index 9e39d78..a5951fe 100644 --- a/docs/api/ipc-main.md +++ b/docs/api/ipc-main.md @@ -46,7 +46,7 @@ ipcRenderer.on('asynchronous-reply', (event, arg) => { ipcRenderer.send('asynchronous-message', 'ping') ``` -## Listening for Messages +## Methods The `ipcMain` module has the following method to listen for events: diff --git a/docs/api/ipc-renderer.md b/docs/api/ipc-renderer.md index cf4c751..afe83a8 100644 --- a/docs/api/ipc-renderer.md +++ b/docs/api/ipc-renderer.md @@ -10,7 +10,7 @@ main process. See [ipcMain](ipc-main.md) for code examples. -## Listening for Messages +## Methods The `ipcRenderer` module has the following method to listen for events: