Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit b83acc1

Browse files
committed
Documentation grouping changes #1
1 parent e5d10a2 commit b83acc1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

include/nil/crypto3/mac/algorithm/compute.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ namespace nil {
2121
namespace crypto3 {
2222
namespace mac {
2323
/*!
24-
* @defgroup mac Message Authentication Codes
24+
* @addtogroup mac Message Authentication Codes
2525
*
2626
* @brief A message authentication code (MAC) can be used to verify the
2727
* integrity of data and the authenticity of a message.
2828
*
29-
* @defgroup mac_algorithms Algorithms
29+
* @addtogroup mac_algorithms Algorithms
3030
* @ingroup mac
3131
* @brief Algorithms are meant to provide message authentication codes computation
3232
* interface similar to STL algorithms' one.

include/nil/crypto3/mac/algorithm/verify.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ namespace nil {
2121
namespace crypto3 {
2222
namespace mac {
2323
/*!
24-
* @defgroup mac Message Authentication Codes
24+
* @addtogroup mac Message Authentication Codes
2525
*
2626
* @brief A message authentication code (MAC) can be used to verify the
2727
* integrity of data and the authenticity of a message.
2828
*
29-
* @defgroup mac_algorithms Algorithms
29+
* @addtogroup mac_algorithms Algorithms
3030
* @ingroup mac
3131
* @brief Algorithms are meant to provide message authentication codes computation
3232
* interface similar to STL algorithms' one.

0 commit comments

Comments
 (0)