diff --git a/src/Algorithm/IpAlgBuilder.hpp b/src/Algorithm/IpAlgBuilder.hpp index 68a3124d4..9965bd604 100644 --- a/src/Algorithm/IpAlgBuilder.hpp +++ b/src/Algorithm/IpAlgBuilder.hpp @@ -53,8 +53,8 @@ class IPOPTLIB_EXPORT AlgorithmBuilder: public ReferencedObject ///@{ /** Constructor */ AlgorithmBuilder( - SmartPtr custom_solver = NULL, - const std::string& custom_solver_name = std::string() /**< @since 3.14.12 */ + SmartPtr custom_solver = NULL, /**< custom linear solver interface object */ + const std::string& custom_solver_name = std::string() /**< name of custom linear solver (since 3.14.12) */ ); /** Destructor */