[Scummvm-cvs-logs] SF.net SVN: scummvm: [24087] scummvm/trunk/common/advancedDetector.h

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Tue Oct 3 00:34:44 CEST 2006


Revision: 24087
          http://svn.sourceforge.net/scummvm/?rev=24087&view=rev
Author:   fingolfin
Date:     2006-10-02 15:34:39 -0700 (Mon, 02 Oct 2006)

Log Message:
-----------
Doxygen compliance fix

Modified Paths:
--------------
    scummvm/trunk/common/advancedDetector.h

Modified: scummvm/trunk/common/advancedDetector.h
===================================================================
--- scummvm/trunk/common/advancedDetector.h	2006-10-02 22:33:38 UTC (rev 24086)
+++ scummvm/trunk/common/advancedDetector.h	2006-10-02 22:34:39 UTC (rev 24087)
@@ -59,21 +59,21 @@
 	}
 
 	/**
-	 * 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);
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list