Skip to content

Commit 8d8c520

Browse files
committed
Improve docs.
1 parent 10cab52 commit 8d8c520

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/Chuffed.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module FZN
1313
include("FlatZincOptimizer.jl")
1414
end
1515

16-
function Optimizer(; stdin::IO=stdin, stdout::IO=stdout,)
16+
function Optimizer(; stdin::IO=stdin, stdout::IO=stdout)
1717
return FZN.Optimizer(Chuffed_jll.run_chuffed; stdin=stdin, stdout=stdout)
1818
end
1919

src/FlatZincOptimizer.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ end
101101
"""
102102
_solver_command(x::Union{Function, String})
103103
104-
Functionify the solver command so it can be called as follows:
104+
Functionify the solver command as an [`AbstractFznSolverCommand`](@ref) object,
105+
so it can be called as follows:
105106
106107
```julia
107108
foo = _solver_command(x)

0 commit comments

Comments
 (0)