doc: Fix remaining clang parsing errors in QtWidgets

Removed two unnecessary \fn commands. Also documented
a parameter correctly.

Change-Id: Ia2f22a76a18fc42127bd24b132750373675b6853
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
bb10
Martin Smith 2018-01-15 13:57:59 +01:00
parent e0b769eeda
commit 0a3061e871
2 changed files with 4 additions and 7 deletions

View File

@ -108,11 +108,9 @@ QMacCocoaViewContainerPrivate::~QMacCocoaViewContainerPrivate()
}
/*!
\fn QMacCocoaViewContainer::QMacCocoaViewContainer(NSView *cocoaViewToWrap, QWidget *parent)
Create a new QMacCocoaViewContainer using the NSView pointer in \a
cocoaViewToWrap with parent, \a parent. QMacCocoaViewContainer will
retain \a cocoaViewToWrap.
Create a new QMacCocoaViewContainer using the NSView pointer in
the \a view with parent, \a parent. QMacCocoaViewContainer will
retain the \a view.
*/
QMacCocoaViewContainer::QMacCocoaViewContainer(NSView *view, QWidget *parent)

View File

@ -145,8 +145,7 @@ QSize QMacNativeWidget::sizeHint() const
return QWidget::sizeHint();
}
/*! \fn NSView *QMacNativeWidget::nativeView() const
/*!
Returns the native view backing the QMacNativeWidget.
*/