From 114d52ce49cb479a8e2c4aa9e48d7fd1883212fe Mon Sep 17 00:00:00 2001 From: Martin Smith Date: Wed, 10 Jan 2018 15:00:24 +0100 Subject: doc: Remove several uses of '/' as continuation character MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit clang-qdoc doesn't need continuation characters in \fn commands. Change-Id: I25e262451822e3d4e2bce8866bcbd5540458844b Reviewed-by: Topi Reiniƶ --- src/widgets/styles/qstyle.cpp | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'src/widgets/styles/qstyle.cpp') diff --git a/src/widgets/styles/qstyle.cpp b/src/widgets/styles/qstyle.cpp index 101ff9fc16..c22f45d54e 100644 --- a/src/widgets/styles/qstyle.cpp +++ b/src/widgets/styles/qstyle.cpp @@ -765,8 +765,7 @@ void QStyle::drawItemPixmap(QPainter *painter, const QRect &rect, int alignment, */ /*! - \fn void QStyle::drawPrimitive(PrimitiveElement element, const QStyleOption *option, \ - QPainter *painter, const QWidget *widget) const + \fn void QStyle::drawPrimitive(PrimitiveElement element, const QStyleOption *option, QPainter *painter, const QWidget *widget) const Draws the given primitive \a element with the provided \a painter using the style options specified by \a option. @@ -1592,8 +1591,7 @@ void QStyle::drawItemPixmap(QPainter *painter, const QRect &rect, int alignment, */ /*! - \fn QSize QStyle::sizeFromContents(ContentsType type, const QStyleOption *option, \ - const QSize &contentsSize, const QWidget *widget) const + \fn QSize QStyle::sizeFromContents(ContentsType type, const QStyleOption *option, const QSize &contentsSize, const QWidget *widget) const Returns the size of the element described by the specified \a option and \a type, based on the provided \a contentsSize. @@ -2003,8 +2001,7 @@ void QStyle::drawItemPixmap(QPainter *painter, const QRect &rect, int alignment, */ /*! - \fn int QStyle::styleHint(StyleHint hint, const QStyleOption *option, \ - const QWidget *widget, QStyleHintReturn *returnData) const + \fn int QStyle::styleHint(StyleHint hint, const QStyleOption *option, const QWidget *widget, QStyleHintReturn *returnData) const Returns an integer representing the specified style \a hint for the given \a widget described by the provided style \a option. @@ -2116,8 +2113,7 @@ void QStyle::drawItemPixmap(QPainter *painter, const QRect &rect, int alignment, */ /*! - \fn QPixmap QStyle::standardPixmap(StandardPixmap standardPixmap, const QStyleOption *option, \ - const QWidget *widget) const + \fn QPixmap QStyle::standardPixmap(StandardPixmap standardPixmap, const QStyleOption *option, const QWidget *widget) const \obsolete Returns a pixmap for the given \a standardPixmap. -- cgit v1.2.3