Closed melven closed 10 months ago
Adds an optional argument "doc" to method(...) which can be used in CxxWrap.jl to add a Core.@doc annotation.
method(...)
Core.@doc
Works together with https://github.com/JuliaInterop/CxxWrap.jl/pull/396, see discussion there!
Adds an optional argument "doc" to
method(...)
which can be used in CxxWrap.jl to add aCore.@doc
annotation.