Documentation that we can extract for SCIP C functions gets stuck in @doc macros in wrapped/scip_function.jl. This will introduce a dependency on Docile.jl.
Hand-written documentation for the MPB interface and other components is written using rst files in a doc directory, similar to what JuMP is doing.
I'm thinking of doing the following at this time:
@doc
macros in wrapped/scip_function.jl. This will introduce a dependency on Docile.jl.