Doc: Add missing full stop to briefs
QDoc generates missing full stops for briefs in certain situations. Due to how the `\brief` command works, this fails if the brief ends with a link target. As this is a corner case, add the missing full stop to the offending briefs. Task-number: QTBUG-117636 Task-number: QTBUG-117470 Change-Id: I6d9538f517cd39943ab817f45183fadd3b3a9c92 Reviewed-by: Safiyyah Moosa <safiyyah.moosa@qt.io> Reviewed-by: Andreas Eliasson <andreas.eliasson@qt.io> Reviewed-by: Topi Reiniö <topi.reinio@qt.io>bb10
parent
0367aace14
commit
f2e622a75d
|
|
@ -748,7 +748,7 @@ void QProgressDialog::closeEvent(QCloseEvent *e)
|
|||
|
||||
/*!
|
||||
\property QProgressDialog::autoReset
|
||||
\brief whether the progress dialog calls reset() as soon as value() equals maximum()
|
||||
\brief whether the progress dialog calls reset() as soon as value() equals maximum().
|
||||
|
||||
The default is true.
|
||||
|
||||
|
|
|
|||
|
|
@ -1568,7 +1568,7 @@ QAbstractItemView::DragDropMode QAbstractItemView::dragDropMode() const
|
|||
|
||||
/*!
|
||||
\property QAbstractItemView::defaultDropAction
|
||||
\brief the drop action that will be used by default in QAbstractItemView::drag()
|
||||
\brief the drop action that will be used by default in QAbstractItemView::drag().
|
||||
|
||||
If the property is not set, the drop action is CopyAction when the supported
|
||||
actions support CopyAction.
|
||||
|
|
|
|||
|
|
@ -352,7 +352,7 @@ int QListView::spacing() const
|
|||
/*!
|
||||
\property QListView::batchSize
|
||||
\brief the number of items laid out in each batch if \l layoutMode is
|
||||
set to \l Batched
|
||||
set to \l Batched.
|
||||
|
||||
The default value is 100.
|
||||
|
||||
|
|
|
|||
|
|
@ -1342,7 +1342,7 @@ QStyleOptionTab::QStyleOptionTab(int version)
|
|||
/*!
|
||||
\variable QStyleOptionTab::shape
|
||||
\brief the tab shape used to draw the tab; by default
|
||||
QTabBar::RoundedNorth
|
||||
QTabBar::RoundedNorth.
|
||||
|
||||
\sa QTabBar::Shape
|
||||
*/
|
||||
|
|
@ -1557,7 +1557,7 @@ QStyleOptionProgressBar::QStyleOptionProgressBar(int version)
|
|||
|
||||
/*!
|
||||
\variable QStyleOptionProgressBar::textAlignment
|
||||
\brief the text alignment for the text in the QProgressBar
|
||||
\brief the text alignment for the text in the QProgressBar.
|
||||
|
||||
This can be used as a guide on where the text should be in the
|
||||
progress bar. The default value is Qt::AlignLeft.
|
||||
|
|
|
|||
|
|
@ -1123,7 +1123,7 @@ void QLCDNumberPrivate::drawSegment(const QPoint &pos, char segmentNo, QPainter
|
|||
|
||||
/*!
|
||||
\property QLCDNumber::segmentStyle
|
||||
\brief the style of the LCDNumber
|
||||
\brief the style of the LCDNumber.
|
||||
|
||||
\table
|
||||
\header \li Style \li Result
|
||||
|
|
|
|||
Loading…
Reference in New Issue