aboutsummaryrefslogtreecommitdiffstats
path: root/methods/powell/powell_method.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'methods/powell/powell_method.hpp')
-rw-r--r--methods/powell/powell_method.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/methods/powell/powell_method.hpp b/methods/powell/powell_method.hpp
index 6bb6519..eb5c498 100644
--- a/methods/powell/powell_method.hpp
+++ b/methods/powell/powell_method.hpp
@@ -16,7 +16,7 @@
namespace opt_utilities
{
/**
- Impliment of an optimization method
+ \brief Impliment of an optimization method
\tparam rT return type of the object function
\tparam pT parameter type of the object function
*/