Skip to content

Commit

Permalink
Fix doxygen warnings
Browse files Browse the repository at this point in the history
Fix doxygen warnings caused by #7.
  • Loading branch information
d-bahr committed Feb 16, 2020
1 parent fbcd195 commit 51fbc35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inc/CRC.h
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ inline CRC::Table<CRCType, CRCWidth> CRC::Parameters<CRCType, CRCWidth>::MakeTab

/**
@brief Constructs a CRC table from a set of CRC parameters
@param[in] parameters CRC parameters
@param[in] params CRC parameters
@tparam CRCType Integer type for storing the CRC result
@tparam CRCWidth Number of bits in the CRC
*/
Expand All @@ -332,7 +332,7 @@ inline CRC::Table<CRCType, CRCWidth>::Table(const Parameters<CRCType, CRCWidth>
#ifdef CRCPP_USE_CPP11
/**
@brief Constructs a CRC table from a set of CRC parameters
@param[in] parameters CRC parameters
@param[in] params CRC parameters
@tparam CRCType Integer type for storing the CRC result
@tparam CRCWidth Number of bits in the CRC
*/
Expand Down

0 comments on commit 51fbc35

Please sign in to comment.