JuliaInterop / libcxxwrap-julia

C++ library for backing CxxWrap.jl
Other
84 stars 43 forks source link

docstring support for method(...) #140

Closed melven closed 10 months ago

melven commented 11 months ago

Adds an optional argument "doc" to method(...) which can be used in CxxWrap.jl to add a Core.@doc annotation.

melven commented 11 months ago

Works together with https://github.com/JuliaInterop/CxxWrap.jl/pull/396, see discussion there!