File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ namespace ncr_modulo_p {
29
29
/* *
30
30
* @namespace utils
31
31
* @brief this namespace contains the definitions of the functions called from
32
- * the class NCRModuloP
32
+ * the class math::ncr_modulo_p:: NCRModuloP
33
33
*/
34
34
namespace utils {
35
35
/* *
@@ -136,6 +136,9 @@ class NCRModuloP {
136
136
} // namespace ncr_modulo_p
137
137
} // namespace math
138
138
139
+ /* *
140
+ * @brief tests math::ncr_modulo_p::NCRModuloP
141
+ */
139
142
static void tests () {
140
143
struct TestCase {
141
144
const int64_t size;
@@ -165,7 +168,7 @@ static void tests() {
165
168
}
166
169
167
170
/* *
168
- * @brief example showing the usage of the NCRModuloP class
171
+ * @brief example showing the usage of the math::ncr_modulo_p:: NCRModuloP class
169
172
*/
170
173
void example () {
171
174
const int64_t size = 1e6 + 1 ;
You can’t perform that action at this time.
0 commit comments