Skip to content

Commit

Permalink
dosc: add missing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vil02 committed Oct 2, 2023
1 parent daa561e commit e147656
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions math/ncr_modulo_p.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ namespace ncr_modulo_p {
/**
* @namespace utils
* @brief this namespace contains the definitions of the functions called from
* the class NCRModuloP
* the class math::ncr_modulo_p::NCRModuloP
*/
namespace utils {
/**
Expand Down Expand Up @@ -136,6 +136,9 @@ class NCRModuloP {
} // namespace ncr_modulo_p
} // namespace math

/**
* @brief tests math::ncr_modulo_p::NCRModuloP
*/
static void tests() {
struct TestCase {
const int64_t size;
Expand Down Expand Up @@ -165,7 +168,7 @@ static void tests() {
}

/**
* @brief example showing the usage of the NCRModuloP class
* @brief example showing the usage of the math::ncr_modulo_p::NCRModuloP class
*/
void example() {
const int64_t size = 1e6 + 1;
Expand Down

0 comments on commit e147656

Please sign in to comment.