diff --git a/numerical_methods/midpoint_integral_method.cpp b/numerical_methods/midpoint_integral_method.cpp index 45f1aa03e..8e3faeb94 100644 --- a/numerical_methods/midpoint_integral_method.cpp +++ b/numerical_methods/midpoint_integral_method.cpp @@ -1,6 +1,6 @@ -/*! +/** * @file - * \brief A numerical method for easy [approximation of + * @brief A numerical method for easy [approximation of * integrals](https://en.wikipedia.org/wiki/Midpoint_method) \details The idea * is to split the interval into N of intervals and use as interpolation points * the xi for which it applies that xi = x0 + i*h, where h is a step defined as