Skip to content

Commit

Permalink
fix doxygen warning
Browse files Browse the repository at this point in the history
  • Loading branch information
svigerske committed Apr 5, 2023
1 parent 46b5855 commit abff333
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Algorithm/IpAlgBuilder.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ class IPOPTLIB_EXPORT AlgorithmBuilder: public ReferencedObject
///@{
/** Constructor */
AlgorithmBuilder(
SmartPtr<AugSystemSolver> custom_solver = NULL,
const std::string& custom_solver_name = std::string() /**< @since 3.14.12 */
SmartPtr<AugSystemSolver> 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 */
Expand Down

0 comments on commit abff333

Please sign in to comment.