From 313e6548b0393af9069b043f65ea6e6c0a546487 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Wed, 13 Feb 2019 12:51:11 +0100 Subject: Doc: Remove unnecessary \fn commands These are not required as the documentation is already adjacent to the correct function body. The \fn commands also caused some warnings in the form of clang diagnostic messages. Change-Id: I3fcce59b9e523fc8969dc6ef0440477886da8df7 Reviewed-by: Martin Smith --- src/scripttools/debugging/qscriptdebuggerresponse.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/scripttools/debugging/qscriptdebuggerresponse.cpp') diff --git a/src/scripttools/debugging/qscriptdebuggerresponse.cpp b/src/scripttools/debugging/qscriptdebuggerresponse.cpp index ee588ef..7eb4c18 100644 --- a/src/scripttools/debugging/qscriptdebuggerresponse.cpp +++ b/src/scripttools/debugging/qscriptdebuggerresponse.cpp @@ -310,7 +310,6 @@ bool QScriptDebuggerResponse::operator!=(const QScriptDebuggerResponse &other) c } /*! - \fn QDataStream &operator<<(QDataStream &stream, const QScriptDebuggerResponse &response) \relates QScriptDebuggerResponse Writes the given \a response to the specified \a stream. @@ -325,7 +324,6 @@ QDataStream &operator<<(QDataStream &out, const QScriptDebuggerResponse &respons } /*! - \fn QDataStream &operator>>(QDataStream &stream, QScriptDebuggerResponse &response) \relates QScriptDebuggerResponse Reads a QScriptDebuggerResponse from the specified \a stream into the -- cgit v1.2.1