aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorMax Horn2006-10-02 22:34:39 +0000
committerMax Horn2006-10-02 22:34:39 +0000
commit756ede94aa24bbf079e4fafdacb450ba805b3786 (patch)
tree0a296da37f0015630b837719c2682e98d0bf3307 /common
parentaf21ec036ffc4f41bea1b8c4bf14ae716e8b545a (diff)
downloadscummvm-rg350-756ede94aa24bbf079e4fafdacb450ba805b3786.tar.gz
scummvm-rg350-756ede94aa24bbf079e4fafdacb450ba805b3786.tar.bz2
scummvm-rg350-756ede94aa24bbf079e4fafdacb450ba805b3786.zip
Doxygen compliance fix
svn-id: r24087
Diffstat (limited to 'common')
-rw-r--r--common/advancedDetector.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/common/advancedDetector.h b/common/advancedDetector.h
index 013a06a0d1..055534e56d 100644
--- a/common/advancedDetector.h
+++ b/common/advancedDetector.h
@@ -59,21 +59,21 @@ public:
}
/**
- * Specify number of bytes which are used to calculate MD5
- * Default value is 0 which means whole file
+ * Specify number of bytes which are used to calculate MD5.
+ * Default value is 0 which means whole file.
*/
void setFileMD5Bytes(int bytes) { _fileMD5Bytes = bytes; }
/**
* Detect games in specified directory.
* Parameters language and platform are used to pass on values
- * specified by the user. I.e. this is used to restrict search scope
+ * specified by the user. I.e. this is used to restrict search scope.
*
- * @param fslist: FSList to scan or NULL for scanning all specified
+ * @param fslist FSList to scan or NULL for scanning all specified
* default directories.
- * @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
+ * @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
*/
ADList detectGame(const FSList *fslist, Language language, Platform platform);