@autodocs methodswith(MyType) using Documenter

Hi! Is there a way to automatically document all the methods related to a type?
Something similar to @autodocs Mudule=MyModule but for all methods with my Type.

No, but perhaps it could be implemented. You can suggest it here: https://github.com/JuliaDocs/Documenter.jl/issues/new

1 Like

Thanks for the suggestion. I submitted a feature request: @autodocs methodswith(MyType) Feature request · Issue #1630 · JuliaDocs/Documenter.jl · GitHub