Skip to content

Commit 944777d

Browse files
committed
fix doxygen comments for parameters
1 parent e5513b9 commit 944777d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/scip/nlpi_conopt.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -723,11 +723,11 @@ static int COI_CALLCONV FDEval(
723723

724724
/** CONOPT callback to pass some of the options (not supported via COIDEF_* functions) to CONOPT */
725725
static int COI_CALLCONV Option(
726-
int NCALL, /** number of callback call (provided by CONOPT) */
727-
double* RVAL, /** pointer to set the value of a real option */
728-
int* IVAL, /** pointer to set the value of an integer option */
729-
int* LVAL, /** pointer to set the value of a binary option */
730-
char* NAME, /** pointer to set the name of the option */
726+
int NCALL, /**< number of callback call (provided by CONOPT) */
727+
double* RVAL, /**< pointer to set the value of a real option */
728+
int* IVAL, /**< pointer to set the value of an integer option */
729+
int* LVAL, /**< pointer to set the value of a binary option */
730+
char* NAME, /**< pointer to set the name of the option */
731731
void* USRMEM /**< user memory pointer (i.e. pointer to SCIP_NLPIPROBLEM) */
732732
)
733733
{

0 commit comments

Comments
 (0)