summaryrefslogtreecommitdiffstats
path: root/src/scripttools/debugging/qscriptdebuggerconsole.cpp
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2018-04-13 10:54:20 +0200
committerTopi Reiniƶ <topi.reinio@qt.io>2018-04-13 12:00:01 +0000
commitc2657d346455a5a7821fbfbe3b1107d7cf9b0949 (patch)
tree03fdb9bde5c41bf60607550326d83528e7e2f7fa /src/scripttools/debugging/qscriptdebuggerconsole.cpp
parent781c745277f9b4faa87d341b10ec0ca46eb45a73 (diff)
Doc: Fix documentation warningsv5.11.0-beta4
Use complete function signatures for \fn commands (including template specifiers) as Clang parser now reads them. Convert internal class documentation comments to standard C-style comments. Change-Id: Ie67eb054171139db12f7e74d077b7dc8453582df Reviewed-by: Martin Smith <martin.smith@qt.io>
Diffstat (limited to 'src/scripttools/debugging/qscriptdebuggerconsole.cpp')
-rw-r--r--src/scripttools/debugging/qscriptdebuggerconsole.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scripttools/debugging/qscriptdebuggerconsole.cpp b/src/scripttools/debugging/qscriptdebuggerconsole.cpp
index 297fa65..9968411 100644
--- a/src/scripttools/debugging/qscriptdebuggerconsole.cpp
+++ b/src/scripttools/debugging/qscriptdebuggerconsole.cpp
@@ -323,7 +323,7 @@ QScriptDebuggerConsolePrivate::~QScriptDebuggerConsolePrivate()
delete commandEngine;
}
-/*!
+/*
Loads command definitions from scripts located in the given \a scriptsPath.
*/
void QScriptDebuggerConsolePrivate::loadScriptedCommands(
@@ -351,7 +351,7 @@ void QScriptDebuggerConsolePrivate::loadScriptedCommands(
}
-/*!
+/*
Creates a job that will execute the given debugger \a command.
Returns the new job, or 0 if the command is undefined.
*/