diff --git a/numerical_methods/midpoint_integral_method.cpp b/numerical_methods/midpoint_integral_method.cpp index 1fa5770e5..04f4dcfd4 100644 --- a/numerical_methods/midpoint_integral_method.cpp +++ b/numerical_methods/midpoint_integral_method.cpp @@ -39,7 +39,8 @@ namespace numerical_methods { namespace midpoint_rule { /** * @fn double midpoint(const int N, const double h, const double a, const - * std::function& func) \brief Implement midpoint method + * std::function& func) + * \brief Main function for implementing the Midpoint Integral Method implementation * @param N is the number of intervals * @param h is the step * @param a is x0