From d01b9ac6af60679c5d18dbacbbac9a5afcd8079d Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Wed, 11 Nov 2020 19:15:28 +0100 Subject: Doc: Add missing brief statements for \property documentation ... where applicable. Fixes: QTBUG-88232 Change-Id: I835df434765caededd35d5114965b4a1663e7942 Reviewed-by: Paul Wicking --- src/gui/text/qtextdocument.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/text') diff --git a/src/gui/text/qtextdocument.cpp b/src/gui/text/qtextdocument.cpp index 50f56b9a99..c9a8153314 100644 --- a/src/gui/text/qtextdocument.cpp +++ b/src/gui/text/qtextdocument.cpp @@ -833,7 +833,7 @@ void QTextDocument::adjustSize() \property QTextDocument::size \since 4.2 - Returns the actual size of the document. + \brief the actual size of the document. This is equivalent to documentLayout()->documentSize(); The size of the document can be changed either by setting @@ -855,7 +855,7 @@ QSizeF QTextDocument::size() const \property QTextDocument::blockCount \since 4.2 - Returns the number of text blocks in the document. + \brief the number of text blocks in the document. The value of this property is undefined in documents with tables or frames. -- cgit v1.2.3