From bff73ef91d3563e41b7673bde2da4a8e0b2ee30d Mon Sep 17 00:00:00 2001 From: Kevin Funk Date: Mon, 16 Jan 2017 13:11:48 +0100 Subject: [PATCH] Minor: Fix annoying -Wdocumentation warning warning: '@returns' command used in a comment that is attached to a function returning void [-Wdocumentation] --- klipper/urlgrabber.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/klipper/urlgrabber.h b/klipper/urlgrabber.h index 0f8a3cf6a..da51017b5 100644 --- a/klipper/urlgrabber.h +++ b/klipper/urlgrabber.h @@ -49,8 +49,6 @@ public: /** * Checks a given string whether it matches any of the user-defined criteria. * If it does, the configured action will be executed. - * @returns false if the string should be put into the popupmenu or not, - * otherwise true. */ void checkNewData( QSharedPointer item ); void invokeAction( QSharedPointer item );