From 0a3061e87153bc4822bca6138ce64cfa12ea7539 Mon Sep 17 00:00:00 2001 From: Martin Smith Date: Mon, 15 Jan 2018 13:57:59 +0100 Subject: doc: Fix remaining clang parsing errors in QtWidgets MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removed two unnecessary \fn commands. Also documented a parameter correctly. Change-Id: Ia2f22a76a18fc42127bd24b132750373675b6853 Reviewed-by: Topi Reiniƶ --- src/widgets/widgets/qmaccocoaviewcontainer_mac.mm | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/widgets/widgets/qmaccocoaviewcontainer_mac.mm') diff --git a/src/widgets/widgets/qmaccocoaviewcontainer_mac.mm b/src/widgets/widgets/qmaccocoaviewcontainer_mac.mm index 610df2125b..98ee90deb7 100644 --- a/src/widgets/widgets/qmaccocoaviewcontainer_mac.mm +++ b/src/widgets/widgets/qmaccocoaviewcontainer_mac.mm @@ -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) -- cgit v1.2.3