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

Commit 2650380

Browse files
committed
More minor doxygen annotation usage changes #1
1 parent 1ed219f commit 2650380

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ namespace nil {
2323
* integrity of data and the authenticity of a message.
2424
*
2525
* @addtogroup mac_algorithms Algorithms
26-
* @ingroup mac
26+
* @addtogroup mac
2727
* @brief Algorithms are meant to provide message authentication codes computation
2828
* interface similar to STL algorithms' one.
2929
*/

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ namespace nil {
2727
* integrity of data and the authenticity of a message.
2828
*
2929
* @addtogroup mac_algorithms Algorithms
30-
* @ingroup mac
30+
* @addtogroup mac
3131
* @brief Algorithms are meant to provide message authentication codes computation
3232
* interface similar to STL algorithms' one.
3333
*/

0 commit comments

Comments
 (0)