From c2657d346455a5a7821fbfbe3b1107d7cf9b0949 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Fri, 13 Apr 2018 10:54:20 +0200 Subject: Doc: Fix documentation warnings 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 --- src/scripttools/debugging/qscriptdebuggerconsole.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/scripttools/debugging/qscriptdebuggerconsole.cpp') 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. */ -- cgit v1.2.1