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

Commit fb58acd

Browse files
committed
Minor doxygen annotation changes #1
1 parent 8a8b2e6 commit fb58acd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

include/nil/crypto3/kdf/algorithm/derive.hpp

+5-5
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ namespace nil {
2222
* derivation.
2323
*
2424
* @addtogroup kdf_algorithms Algorithms
25-
* @ingroup kdf
25+
* @addtogroup kdf
2626
* @brief Algorithms are meant to provide key derivation interface similar to STL algorithms' one.
2727
*/
2828

2929
/*!
3030
* @brief
3131
*
32-
* @ingroup kdf_algorithms
32+
* @addtogroup kdf_algorithms
3333
*
3434
* @tparam Kdf
3535
* @tparam InputIterator
@@ -50,7 +50,7 @@ namespace nil {
5050
/*!
5151
* @brief
5252
*
53-
* @ingroup kdf_algorithms
53+
* @addtogroup kdf_algorithms
5454
*
5555
* @tparam Kdf
5656
* @tparam InputIterator
@@ -69,7 +69,7 @@ namespace nil {
6969
/*!
7070
* @brief
7171
*
72-
* @ingroup kdf_algorithms
72+
* @addtogroup kdf_algorithms
7373
*
7474
* @tparam Kdf
7575
* @tparam SinglePassRange
@@ -87,7 +87,7 @@ namespace nil {
8787
/*!
8888
* @brief
8989
*
90-
* @ingroup kdf_algorithms
90+
* @addtogroup kdf_algorithms
9191
*
9292
* @tparam Kdf
9393
* @tparam SinglePassRange

0 commit comments

Comments
 (0)