summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2020-01-22 14:42:21 +0100
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2020-01-24 11:50:07 +0100
commitac1358fb74637bb9341b7faf880a8819807ee6fe (patch)
treeddfc932f345171144ccbf50217e8eecb6c2a2e4e /src
parent30e2d3235c589dc3b8b308d4dcb6beb82bfc85cb (diff)
Doc: Add periods to the ends of \brief commands
Qdoc no longer adds them automatically. Change-Id: I83463038a515ed7e731795a9a63b3ba48a7c8c94 Reviewed-by: Michal Klocek <michal.klocek@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/pdf/qpdfpagenavigation.cpp10
-rw-r--r--src/pdf/qpdfpagerenderer.cpp4
2 files changed, 7 insertions, 7 deletions
diff --git a/src/pdf/qpdfpagenavigation.cpp b/src/pdf/qpdfpagenavigation.cpp
index 8eff89b38..497c1c2eb 100644
--- a/src/pdf/qpdfpagenavigation.cpp
+++ b/src/pdf/qpdfpagenavigation.cpp
@@ -141,7 +141,7 @@ QPdfPageNavigation::~QPdfPageNavigation()
/*!
\property QPdfPageNavigation::document
- \brief the document instance on which this object navigates
+ \brief The document instance on which this object navigates.
By default, this property is \c nullptr.
@@ -189,7 +189,7 @@ void QPdfPageNavigation::setDocument(QPdfDocument *document)
/*!
\property QPdfPageNavigation::currentPage
- \brief the current page number in the document
+ \brief The current page number in the document.
\sa currentPage(), setCurrentPage()
*/
@@ -229,7 +229,7 @@ void QPdfPageNavigation::setCurrentPage(int newPage)
/*!
\property QPdfPageNavigation::pageCount
- \brief the number of pages in the document
+ \brief The number of pages in the document.
\sa pageCount()
*/
@@ -247,7 +247,7 @@ int QPdfPageNavigation::pageCount() const
/*!
\property QPdfPageNavigation::canGoToPreviousPage
- \brief whether there is a page before the current page
+ \brief Indicates whether there is a page before the current page.
\sa canGoToPreviousPage(), goToPreviousPage()
*/
@@ -264,7 +264,7 @@ bool QPdfPageNavigation::canGoToPreviousPage() const
/*!
\property QPdfPageNavigation::canGoToNextPage
- \brief whether there is a page after the current page
+ \brief Indicates whether there is a page after the current page.
\sa canGoToNextPage(), goToNextPage()
*/
diff --git a/src/pdf/qpdfpagerenderer.cpp b/src/pdf/qpdfpagerenderer.cpp
index d11cd168b..e90f66700 100644
--- a/src/pdf/qpdfpagerenderer.cpp
+++ b/src/pdf/qpdfpagerenderer.cpp
@@ -226,7 +226,7 @@ QPdfPageRenderer::~QPdfPageRenderer()
/*!
\property QPdfPageRenderer::renderMode
- \brief the mode the renderer renders the pages
+ \brief The mode the renderer uses to render the pages.
By default, this property is \c QPdfPageRenderer::SingleThreaded.
@@ -277,7 +277,7 @@ void QPdfPageRenderer::setRenderMode(RenderMode mode)
/*!
\property QPdfPageRenderer::document
- \brief the document instance this object renders the pages from
+ \brief The document instance this object renders the pages from.
By default, this property is \c nullptr.