From bcc1eaab705834bfb6bed9b19f1b44bae10fef76 Mon Sep 17 00:00:00 2001 From: Martin Smith Date: Fri, 12 Jan 2018 11:33:12 +0100 Subject: doc: Fix remaining qdoc warnings in QtDBus Added many template clauses to \fn commands. Also added or modified some uses of Q_CLANG_QDOC in some dbus include files to work around some seriousl ugly template clauses that could not be added to \fn commands. Also modified a few parameter names in the documentation. The first attempt at making this change caused syncqt to fail to create QtDBus/QDBusPendingReply. This second attempt works. Change-Id: I96c1fb9bcb1d9debf9409f6baf8c42e18fb9e75d Reviewed-by: Martin Smith --- src/dbus/qdbusargument.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/dbus/qdbusargument.cpp') diff --git a/src/dbus/qdbusargument.cpp b/src/dbus/qdbusargument.cpp index d7f9dcc718..a33c4f8363 100644 --- a/src/dbus/qdbusargument.cpp +++ b/src/dbus/qdbusargument.cpp @@ -267,11 +267,11 @@ bool QDBusArgumentPrivate::checkReadAndDetach(QDBusArgumentPrivate *&d) */ /*! - \fn qdbus_cast(const QDBusArgument &argument) + \fn qdbus_cast(const QDBusArgument &arg) \relates QDBusArgument \since 4.2 - Attempts to demarshall the contents of \a argument into the type + Attempts to demarshall the contents of \a arg into the type \c{T}. For example: \snippet code/src_qdbus_qdbusargument.cpp 2 -- cgit v1.2.3