From e36de4bc5d62ab270314b195982014ad6aa7fe36 Mon Sep 17 00:00:00 2001 From: Martin Smith Date: Fri, 5 Jun 2015 10:40:28 +0200 Subject: [PATCH] doc: Remove uses of \returns It is a doxygen command that is not recognized by qdoc. Change-Id: I26b0c54a1aa715fc9d8b70e411502f46fc6bc0f1 Task-number: QTBUG-46495 Reviewed-by: Martin Smith --- src/widgets/widgets/qmainwindowlayout.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/widgets/widgets/qmainwindowlayout.cpp b/src/widgets/widgets/qmainwindowlayout.cpp index d41f3bad19..ee76720a27 100644 --- a/src/widgets/widgets/qmainwindowlayout.cpp +++ b/src/widgets/widgets/qmainwindowlayout.cpp @@ -311,7 +311,7 @@ QDockAreaLayoutInfo *QDockWidgetGroupWindow::layoutInfo() const } /*! \internal - \returns the currently active QDockWidget + Returns the currently active QDockWidget. */ QDockWidget *QDockWidgetGroupWindow::topDockWidget() const { @@ -2195,7 +2195,7 @@ void QMainWindowLayout::setCentralWidget(QWidget *widget) widget is part if QMainWindow::GroupedDragging is set. When \a group is false, the widget itself is always unplugged alone - \returns the QLayoutItem of the dragged element. + Returns the QLayoutItem of the dragged element. The layout item is kept in the layout but set as a gap item. */ QLayoutItem *QMainWindowLayout::unplug(QWidget *widget, bool group)