diff --git a/numerical_methods/midpoint_integral_method.cpp b/numerical_methods/midpoint_integral_method.cpp index 5faef61cc..45e9a08c4 100644 --- a/numerical_methods/midpoint_integral_method.cpp +++ b/numerical_methods/midpoint_integral_method.cpp @@ -35,7 +35,7 @@ namespace numerical_methods { * @brief Functions for the [Midpoint Integral](https://en.wikipedia.org/wiki/Midpoint_method) method implementation */ namespace midpoint_rule { -/*! +/** * @fn double midpoint(const int N, const double h, const double a, const * std::function& func) \brief Implement midpoint method * @param N is the number of intervals