diff --git a/numerical_methods/midpoint_integral_method.cpp b/numerical_methods/midpoint_integral_method.cpp index 45e9a08c4..1fa5770e5 100644 --- a/numerical_methods/midpoint_integral_method.cpp +++ b/numerical_methods/midpoint_integral_method.cpp @@ -32,7 +32,9 @@ namespace numerical_methods { /** * @namespace midpoint_rule - * @brief Functions for the [Midpoint Integral](https://en.wikipedia.org/wiki/Midpoint_method) method implementation + * @brief Functions for the [Midpoint + * Integral](https://en.wikipedia.org/wiki/Midpoint_method) method + * implementation */ namespace midpoint_rule { /**