From 081c0672bf67d167c8be89a02abb81751d2bf867 Mon Sep 17 00:00:00 2001 From: David Rowe Date: Sat, 3 Oct 2020 17:05:28 +1300 Subject: [PATCH] Fix JSDoc --- interface/src/scripting/WindowScriptingInterface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/scripting/WindowScriptingInterface.h b/interface/src/scripting/WindowScriptingInterface.h index 9aecdd0154..86d0f400ea 100644 --- a/interface/src/scripting/WindowScriptingInterface.h +++ b/interface/src/scripting/WindowScriptingInterface.h @@ -618,7 +618,7 @@ public slots: /**jsdoc * Opens an Interface web browser window. * @function Window.openWebBrowser - * @param {string} url="" - The URL of the web page to display. + * @param {string} [url=""] - The URL of the web page to display. */ void openWebBrowser(const QString& url = "");