diff options
author | Max Horn | 2007-01-24 23:28:03 +0000 |
---|---|---|
committer | Max Horn | 2007-01-24 23:28:03 +0000 |
commit | 6a004d6b3cf3a128e4d0cbdac9f9eebd240a7bdb (patch) | |
tree | 287899e00ad6a33048a21d2098cd3d776091a00f /common | |
parent | 3d8e290f3ce0591f1cda00f9344a47e5ee9aad0c (diff) | |
download | scummvm-rg350-6a004d6b3cf3a128e4d0cbdac9f9eebd240a7bdb.tar.gz scummvm-rg350-6a004d6b3cf3a128e4d0cbdac9f9eebd240a7bdb.tar.bz2 scummvm-rg350-6a004d6b3cf3a128e4d0cbdac9f9eebd240a7bdb.zip |
Correcting doc comment
svn-id: r25168
Diffstat (limited to 'common')
-rw-r--r-- | common/advancedDetector.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/advancedDetector.h b/common/advancedDetector.h index 3691a3e46b..60e763f969 100644 --- a/common/advancedDetector.h +++ b/common/advancedDetector.h @@ -93,7 +93,7 @@ public: * * @param fslist FSList to scan or NULL for scanning all specified * default directories. - * @param md5Bytes number of bytes which are used to calculate MD5 + * @param params a ADParams struct containing various parameters * @param language restrict results to specified language only * @param platform restrict results to specified platform only * @return list of indexes to GameDescriptions of matched games |