@@ -22,7 +22,7 @@ namespace nil {
22
22
* @addtogroup codec Encoding & Decoding
23
23
*
24
24
* @addtogroup codec_algorithms Algorithms
25
- * @ingroup codec
25
+ * @addtogroup codec
26
26
* @brief Algorithms are meant to provide decoding interface similar to STL algorithms' one.
27
27
*/
28
28
}
@@ -32,7 +32,7 @@ namespace nil {
32
32
* in the range, defined by [first, last), and inserts the result to
33
33
* another range beginning at out.
34
34
*
35
- * @ingroup codec_algorithms
35
+ * @addtogroup codec_algorithms
36
36
*
37
37
* @tparam Decoder Must meet the requirements of Codec which determines the
38
38
* particular algorithm to be used with range given.
@@ -64,7 +64,7 @@ namespace nil {
64
64
* type convertible to the type satisfying SequenceContainer with the value
65
65
* type satisfying Integral concept requirements.
66
66
*
67
- * @ingroup codec_algorithms
67
+ * @addtogroup codec_algorithms
68
68
*
69
69
* @tparam Decoder Must meet the requirements of Codec which determines the
70
70
* particular algorithm to be used with range given.
@@ -95,7 +95,7 @@ namespace nil {
95
95
* in the range, defined by rng and inserts the result to destination
96
96
* range beginning at out.
97
97
*
98
- * @ingroup codec_algorithms
98
+ * @addtogroup codec_algorithms
99
99
*
100
100
* @tparam Decoder Must meet the requirements of Codec which determines the
101
101
* particular algorithm to be used with range given.
@@ -125,7 +125,7 @@ namespace nil {
125
125
* in the range, defined by rng and inserts the result to destination
126
126
* range beginning at out.
127
127
*
128
- * @ingroup codec_algorithms
128
+ * @addtogroup codec_algorithms
129
129
*
130
130
* @tparam Decoder Must meet the requirements of Codec which determines the
131
131
* particular algorithm to be used with range given.
@@ -154,7 +154,7 @@ namespace nil {
154
154
* in the range, defined by rng and inserts the result to destination
155
155
* range beginning at out.
156
156
*
157
- * @ingroup codec_algorithms
157
+ * @addtogroup codec_algorithms
158
158
*
159
159
* @tparam Decoder Must meet the requirements of Codec which determines the
160
160
* particular algorithm to be used with range given.
@@ -184,7 +184,7 @@ namespace nil {
184
184
* type convertible to the type satisfying SequenceContainer with the value
185
185
* type satisfying Integral concept requirements.
186
186
*
187
- * @ingroup codec_algorithms
187
+ * @addtogroup codec_algorithms
188
188
*
189
189
* @tparam Decoder Must meet the requirements of Codec which determines the
190
190
* particular algorithm to be used with range given.
0 commit comments