From b7c5ce879fc386d815654fb128bf1c9a5973eefb Mon Sep 17 00:00:00 2001 From: Einar Johan Trøan Sømåen Date: Fri, 29 Aug 2014 03:28:00 +0200 Subject: COMMON: Fix some Doxygen comments that seem wrong. --- common/str.h | 1 - 1 file changed, 1 deletion(-) (limited to 'common/str.h') diff --git a/common/str.h b/common/str.h index a2451f2f69..dede87a005 100644 --- a/common/str.h +++ b/common/str.h @@ -166,7 +166,6 @@ public: * String: monkey.s101 Pattern: monkey.s* => true * String: monkey.s99 Pattern: monkey.s*1 => false * - * @param str Text to be matched against the given pattern. * @param pat Glob pattern. * @param ignoreCase Whether to ignore the case when doing pattern match * @param pathMode Whether to use path mode, i.e., whether slashes must be matched explicitly. -- cgit v1.2.3