summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2018-06-18 15:40:12 +0200
committerPaul Wicking <paul.wicking@qt.io>2018-06-19 10:37:50 +0000
commit420e26e46dd17847ac94d69b2ff6513bb0a52c71 (patch)
tree0ec5ed8e4327d7d6263219f2af336a5fc16a12b0
parentb2bd9e621549996c59ac68985be4628deef5b256 (diff)
Doc: Add missing dots (qtnetworkauth)
Task-number: QTBUG-68933 Change-Id: Iaa915bfb4158b06028885a98cdf9430f23c1fe09 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
-rw-r--r--src/oauth/qabstractoauthreplyhandler.cpp2
-rw-r--r--src/oauth/qoauth1signature.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/oauth/qabstractoauthreplyhandler.cpp b/src/oauth/qabstractoauthreplyhandler.cpp
index 001ebed..b37dffc 100644
--- a/src/oauth/qabstractoauthreplyhandler.cpp
+++ b/src/oauth/qabstractoauthreplyhandler.cpp
@@ -40,7 +40,7 @@ QT_BEGIN_NAMESPACE
\class QAbstractOAuthReplyHandler
\inmodule QtNetworkAuth
\ingroup oauth
- \brief Handles replies to OAuth authentication requests
+ \brief Handles replies to OAuth authentication requests.
\since 5.8
The QAbstractOAuthReplyHandler class handles the answers
diff --git a/src/oauth/qoauth1signature.cpp b/src/oauth/qoauth1signature.cpp
index 54d97c6..46d8874 100644
--- a/src/oauth/qoauth1signature.cpp
+++ b/src/oauth/qoauth1signature.cpp
@@ -47,7 +47,7 @@ Q_LOGGING_CATEGORY(loggingCategory, "qt.networkauth.oauth1.signature")
\class QOAuth1Signature
\inmodule QtNetworkAuth
\ingroup oauth
- \brief Implements OAuth 1 signature methods
+ \brief Implements OAuth 1 signature methods.
\since 5.8
OAuth-authenticated requests can have two sets of credentials: