doc: Removed a \fn command and a misplaced comment

They were preventing clangqdoc from matching two
qdoc comments with the functions they are meant
to document.

Change-Id: Idfe9d0ab328e938d66e5da75d065974329be616d
Reviewed-by: Martin Smith <martin.smith@qt.io>
This commit is contained in:
Martin Smith 2017-01-02 13:06:20 +01:00
parent c64ad695fa
commit ed6b6bc039

View File

@ -5250,8 +5250,6 @@ static void sendResizeEvents(QWidget *target)
\sa render(), QPixmap
*/
/* INVOKABLE since used by QPixmap::grabWidget(). */
QPixmap QWidget::grab(const QRect &rectangle)
{
Q_D(QWidget);
@ -12731,7 +12729,6 @@ void QWidget::activateWindow()
}
/*!
\fn int QWidget::metric(PaintDeviceMetric m) const
Internal implementation of the virtual QPaintDevice::metric()
function.