Skip to content

Commit 84040fa

Browse files
authored
Fix missing docstring for solvers lib (#297)
Fixes #291 Signed-off-by: Melody Ren <[email protected]>
1 parent cfffd00 commit 84040fa

File tree

1 file changed

+2
-1
lines changed
  • libs/solvers/include/cudaq/solvers/optimizers

1 file changed

+2
-1
lines changed

libs/solvers/include/cudaq/solvers/optimizers/cobyla.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ using namespace cudaqx;
1414

1515
namespace cudaq::optim {
1616

17-
/// @brief The
17+
/// @brief The COBYLA derivative-free black-box function optimizer from the
18+
/// [PRIMA](https://www.libprima.net) library.
1819
class cobyla : public optimizer {
1920
public:
2021
using optimizer::optimize;

0 commit comments

Comments
 (0)