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

Commit b115fc1

Browse files
committed
Documentation grouping changes #3
1 parent a0bfcee commit b115fc1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

include/nil/crypto3/codec/algorithm/codec.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ namespace nil {
1414
namespace crypto3 {
1515
namespace codec {
1616
/*!
17-
* @defgroup codec Encoding & Decoding
17+
* @addtogroup codec Encoding & Decoding
1818
*
19-
* @defgroup codec_algorithms Algorithms
19+
* @addtogroup codec_algorithms Algorithms
2020
* @ingroup codec
2121
* @brief Encoding algorithms are meant to provide encoding interface similar to STL algorithms' one.
2222
*/

include/nil/crypto3/codec/algorithm/decode.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ namespace nil {
1919
namespace crypto3 {
2020
namespace codec {
2121
/*!
22-
* @defgroup codec Encoding & Decoding
22+
* @addtogroup codec Encoding & Decoding
2323
*
24-
* @defgroup codec_algorithms Algorithms
24+
* @addtogroup codec_algorithms Algorithms
2525
* @ingroup codec
2626
* @brief Algorithms are meant to provide decoding interface similar to STL algorithms' one.
2727
*/

0 commit comments

Comments
 (0)