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/qscriptdebuggerevent.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/scripttools/debugging/qscriptdebuggerevent.cpp') diff --git a/src/scripttools/debugging/qscriptdebuggerevent.cpp b/src/scripttools/debugging/qscriptdebuggerevent.cpp index efeb979..e4c59ff 100644 --- a/src/scripttools/debugging/qscriptdebuggerevent.cpp +++ b/src/scripttools/debugging/qscriptdebuggerevent.cpp @@ -267,7 +267,6 @@ bool QScriptDebuggerEvent::operator!=(const QScriptDebuggerEvent &other) const } /*! - \fn QDataStream &operator<<(QDataStream &stream, const QScriptDebuggerEvent &event) \relates QScriptDebuggerEvent Writes the given \a event to the specified \a stream. @@ -286,7 +285,6 @@ QDataStream &operator<<(QDataStream &out, const QScriptDebuggerEvent &event) } /*! - \fn QDataStream &operator>>(QDataStream &stream, QScriptDebuggerEvent &event) \relates QScriptDebuggerEvent Reads a QScriptDebuggerEvent from the specified \a stream into the -- cgit v1.2.1