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/qdbusconnectioninterface.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/dbus/qdbusconnectioninterface.cpp') diff --git a/src/dbus/qdbusconnectioninterface.cpp b/src/dbus/qdbusconnectioninterface.cpp index 2b86eded7f..ebb3803489 100644 --- a/src/dbus/qdbusconnectioninterface.cpp +++ b/src/dbus/qdbusconnectioninterface.cpp @@ -378,21 +378,21 @@ void QDBusConnectionInterface::disconnectNotify(const QMetaMethod &signal) // signals /*! - \fn QDBusConnectionInterface::serviceRegistered(const QString &serviceName) + \fn QDBusConnectionInterface::serviceRegistered(const QString &service) This signal is emitted by the D-Bus server when the bus service name (unique connection name or well-known service name) given by - \a serviceName is acquired by this application. + \a service is acquired by this application. Acquisition happens after this application has requested a name using registerService(). */ /*! - \fn QDBusConnectionInterface::serviceUnregistered(const QString &serviceName) + \fn QDBusConnectionInterface::serviceUnregistered(const QString &service) This signal is emitted by the D-Bus server when this application - loses ownership of the bus service name given by \a serviceName. + loses ownership of the bus service name given by \a service. */ /*! -- cgit v1.2.3