(svn r20283) -Codechange: Unify start of doygen comments.
This commit is contained in:
@@ -73,7 +73,8 @@ struct GRFIdentifier {
|
||||
uint32 grfid; ///< GRF ID (defined by Action 0x08)
|
||||
uint8 md5sum[16]; ///< MD5 checksum of file to distinguish files with the same GRF ID (eg. newer version of GRF)
|
||||
|
||||
/** Does the identification match the provided values?
|
||||
/**
|
||||
* Does the identification match the provided values?
|
||||
* @param grfid Expected grfid.
|
||||
* @param md5sum Expected md5sum, may be \c NULL (in which case, do not check it).
|
||||
* @return the object has the provided grfid and md5sum.
|
||||
|
Reference in New Issue
Block a user