From b751fcf32ac9dd1aa31a4df4993593f8ead88d81 Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Tue, 17 Sep 2013 17:50:28 +0200 Subject: Fix some doc errors. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ib874d7e9671d9cee75fe41f4dac5d0de7b09245e Reviewed-by: Thiago Macieira Reviewed-by: Topi Reiniƶ Reviewed-by: Jerome Pasion --- src/dbus/qdbusvirtualobject.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/dbus/qdbusvirtualobject.cpp') diff --git a/src/dbus/qdbusvirtualobject.cpp b/src/dbus/qdbusvirtualobject.cpp index d6d4f01a33..15e01c2f20 100644 --- a/src/dbus/qdbusvirtualobject.cpp +++ b/src/dbus/qdbusvirtualobject.cpp @@ -70,7 +70,7 @@ QT_END_NAMESPACE This function needs to handle all messages to the path of the virtual object, when the SubPath option is specified. - The service, path, interface and methos are all part of the message. + The service, path, interface and methos are all part of the \a message. Must return true when the message is handled, otherwise false (will generate dbus error message). */ @@ -79,7 +79,7 @@ QT_END_NAMESPACE \fn QString QDBusVirtualObject::introspect(const QString &path) const This function needs to handle the introspection of the - virtual object. It must return xml of the form: + virtual object on \a path. It must return xml of the form: \code -- cgit v1.2.3