Skip to content

Commit 677cb27

Browse files
authored
Fix formatting of CallbackNodeStatus docstring (#1242)
1 parent 0744fb7 commit 677cb27

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/attributes.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -572,11 +572,11 @@ An Enum of possible return values from calling [`get`](@ref) with
572572
573573
Possible values are:
574574
575-
* CALLBACK_NODE_STATUS_INTEGER: the primal solution available from
575+
* `CALLBACK_NODE_STATUS_INTEGER`: the primal solution available from
576576
[`CallbackVariablePrimal`](@ref) is integer feasible.
577-
* CALLBACK_NODE_STATUS_FRACTIONAL: the primal solution available from
577+
* `CALLBACK_NODE_STATUS_FRACTIONAL`: the primal solution available from
578578
[`CallbackVariablePrimal`](@ref) is integer infeasible.
579-
* CALLBACK_NODE_STATUS_UNKNOWN: the primal solution available from
579+
* `CALLBACK_NODE_STATUS_UNKNOWN`: the primal solution available from
580580
[`CallbackVariablePrimal`](@ref) might be integer feasible or infeasible.
581581
"""
582582
@enum(

0 commit comments

Comments
 (0)