diff options
author | 2015-06-24 23:33:18 +0200 | |
---|---|---|
committer | 2015-06-24 23:33:18 +0200 | |
commit | 7a07ecba2a16abf918cc87dc23367f9a97cea3a6 (patch) | |
tree | 1c70358b79b3e9c38e6848657f609f6a3842bd68 /src/lib/util/hashing.c | |
parent | 3035213d045bc0edc31194fa5309c60ade5919ff (diff) | |
parent | cda316ccfea6017740fbbf8d76a732eff54047ff (diff) |
Merge pull request #3 from mamedev/master
merge with base
Diffstat (limited to 'src/lib/util/hashing.c')
-rw-r--r-- | src/lib/util/hashing.c | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/src/lib/util/hashing.c b/src/lib/util/hashing.c index d7244d4edcf..e7f315ecc53 100644 --- a/src/lib/util/hashing.c +++ b/src/lib/util/hashing.c @@ -215,15 +215,15 @@ bool crc16_t::from_string(const char *string, int length) } /** - * @fn const char *crc16_t::as_string(std::string &buffer) const + * @fn const char *crc16_t::as_string(std::string &buffer) const * - * @brief ------------------------------------------------- - * as_string - convert to a string - * -------------------------------------------------. + * @brief ------------------------------------------------- + * as_string - convert to a string + * -------------------------------------------------. * - * @param [in,out] buffer The buffer. + * @param [in,out] buffer The buffer. * - * @return null if it fails, else a char*. + * @return null if it fails, else a char*. */ const char *crc16_t::as_string(std::string &buffer) const @@ -233,14 +233,14 @@ const char *crc16_t::as_string(std::string &buffer) const } /** - * @fn void crc16_creator::append(const void *data, UINT32 length) + * @fn void crc16_creator::append(const void *data, UINT32 length) * - * @brief ------------------------------------------------- - * append - hash a block of data, appending to the currently-accumulated value - * -------------------------------------------------. + * @brief ------------------------------------------------- + * append - hash a block of data, appending to the currently-accumulated value + * -------------------------------------------------. * - * @param data The data. - * @param length The length. + * @param data The data. + * @param length The length. */ void crc16_creator::append(const void *data, UINT32 length) |