Escape the HTML tags in the doxygen comments

This commit is contained in:
Ian McInerney 2021-05-21 02:20:20 +01:00
parent 4bb1fe8e0a
commit 33c1088aad

View File

@ -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.<name>.postMessage(<messageBody>) where <name> corresponds the value
of the name parameter. The <messageBody> will be available to the application
@c `window.<name>.postMessage(<messageBody>)` where `<name>` corresponds the value
of the name parameter. The `<messageBody>` will be available to the application
via a @c wxEVT_WEBVIEW_SCRIPT_MESSAGE_RECEIVED event.
Sample C++ code receiving a script message: