From e041cc4acf1a6626a0ed3d6d97cb13a3ed2b5d12 Mon Sep 17 00:00:00 2001 From: Hoa Nguyen Date: Wed, 19 Aug 2020 23:53:03 -0700 Subject: [PATCH] base: Tag API methods in crc.hh Change-Id: I4fc8977dad705a6774f649479184cdfb15aa2be5 Signed-off-by: Hoa Nguyen Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/32961 Maintainer: Bobby R. Bruce Tested-by: kokoro Reviewed-by: Bobby R. Bruce Reviewed-by: Jason Lowe-Power --- src/base/crc.hh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/base/crc.hh b/src/base/crc.hh index 9c74a6b69..b2b6c146a 100644 --- a/src/base/crc.hh +++ b/src/base/crc.hh @@ -51,6 +51,8 @@ * @param size: Number of bytes * * @return 32-bit remainder of the checksum + * + * @ingroup api_base_utils */ template uint32_t -- 2.30.2