From ebd7a5d2935b5ab9dd7910dfb104a9e0c0819677 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Fri, 9 Dec 2011 15:27:12 +0100 Subject: added documentation and examples Change-Id: Ia99e5f8f9579c189379bce1a22de3d58b12ce5fc Reviewed-by: Alex Sanity-Review: Alex --- src/nfc/qllcpserver.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/nfc/qllcpserver.cpp') diff --git a/src/nfc/qllcpserver.cpp b/src/nfc/qllcpserver.cpp index c7e3697b..d39dc501 100644 --- a/src/nfc/qllcpserver.cpp +++ b/src/nfc/qllcpserver.cpp @@ -58,8 +58,7 @@ QTNFC_BEGIN_NAMESPACE \brief The QLlcpServer class provides an NFC LLCP socket based server. \ingroup connectivity-nfc - \inmodule QtConnectivity - \since 5.0 + \inmodule QtNfc This class makes it possible to accept incoming LLCP socket connections. @@ -152,8 +151,7 @@ QString QLlcpServer::serviceUri() const /*! Returns the LLCP port associated with the service URI that the server is listening on. - - \note This call is not supported on all platforms and will return 0 on these platforms. + This call is not supported on all platforms and will return 0 on these platforms. */ quint8 QLlcpServer::serverPort() const { -- cgit v1.2.3