aboutsummaryrefslogtreecommitdiff
path: root/common/str.h
diff options
context:
space:
mode:
authorJohannes Schickel2014-08-30 14:14:31 +0200
committerJohannes Schickel2014-08-30 14:14:31 +0200
commitec634ea07c24143e3e1736fec8934d120018fbd6 (patch)
tree5b97922243f19e49f7f9d544502a00eeaf8a4510 /common/str.h
parent1859f8e8e56e2a18ee166e86ae5b0b95df43c9aa (diff)
parent06c3a7328964d39cbafab3867b0f590f9da4b161 (diff)
downloadscummvm-rg350-ec634ea07c24143e3e1736fec8934d120018fbd6.tar.gz
scummvm-rg350-ec634ea07c24143e3e1736fec8934d120018fbd6.tar.bz2
scummvm-rg350-ec634ea07c24143e3e1736fec8934d120018fbd6.zip
Merge pull request #495 from somaen/docuFix
Doxygen-fixes
Diffstat (limited to 'common/str.h')
-rw-r--r--common/str.h1
1 files changed, 0 insertions, 1 deletions
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.