Skip to content

Commit bf24fdf

Browse files
docs: add docstring for HomotopyContinuationProblem
1 parent 6518c99 commit bf24fdf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/systems/nonlinear/homotopy_continuation.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,9 @@ end
514514

515515
struct HomotopyContinuationProblem{iip, specialization} end
516516

517+
@doc problem_docstring(
518+
HomotopyContinuationProblem, HomotopyNonlinearFunction, false; init = false) HomotopyContinuationProblem
519+
517520
function HomotopyContinuationProblem(sys::System, args...; kwargs...)
518521
HomotopyContinuationProblem{true}(sys, args...; kwargs...)
519522
end

0 commit comments

Comments
 (0)