diff --git a/interface/wx/webview.h b/interface/wx/webview.h index 2f330d7d78..e42135cc0c 100644 --- a/interface/wx/webview.h +++ b/interface/wx/webview.h @@ -771,8 +771,8 @@ public: Add a script message handler with the given name. To use the script message handler from javascript use - @c window..postMessage() where corresponds the value - of the name parameter. The will be available to the application + @c `window..postMessage()` where `` corresponds the value + of the name parameter. The `` will be available to the application via a @c wxEVT_WEBVIEW_SCRIPT_MESSAGE_RECEIVED event. Sample C++ code receiving a script message: