Skip to content

Commit 9ae3f63

Browse files
committed
dosc: add missing docs
1 parent be6d828 commit 9ae3f63

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

math/ncr_modulo_p.cpp

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ namespace ncr_modulo_p {
2929
/**
3030
* @namespace utils
3131
* @brief this namespace contains the definitions of the functions called from
32-
* the class NCRModuloP
32+
* the class math::ncr_modulo_p::NCRModuloP
3333
*/
3434
namespace utils {
3535
/**
@@ -136,6 +136,9 @@ class NCRModuloP {
136136
} // namespace ncr_modulo_p
137137
} // namespace math
138138

139+
/**
140+
* @brief tests math::ncr_modulo_p::NCRModuloP
141+
*/
139142
static void tests() {
140143
struct TestCase {
141144
const int64_t size;
@@ -165,7 +168,7 @@ static void tests() {
165168
}
166169

167170
/**
168-
* @brief example showing the usage of the NCRModuloP class
171+
* @brief example showing the usage of the math::ncr_modulo_p::NCRModuloP class
169172
*/
170173
void example() {
171174
const int64_t size = 1e6 + 1;

0 commit comments

Comments
 (0)