summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.