From a5a50f89a91a782640fd58ddc9f8e5bd4942ec4e Mon Sep 17 00:00:00 2001 From: ggkogkou <76820848+ggkogkou@users.noreply.github.com> Date: Thu, 28 Oct 2021 12:09:07 +0300 Subject: [PATCH] Update numerical_methods/midpoint_integral_method.cpp Co-authored-by: David Leal --- numerical_methods/midpoint_integral_method.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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