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
parent
e0b769eeda
commit
0a3061e871
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -145,8 +145,7 @@ QSize QMacNativeWidget::sizeHint() const
|
|||
return QWidget::sizeHint();
|
||||
}
|
||||
|
||||
/*! \fn NSView *QMacNativeWidget::nativeView() const
|
||||
|
||||
/*!
|
||||
Returns the native view backing the QMacNativeWidget.
|
||||
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue