JuliaDocs / DocStringExtensions.jl

Extensions for Julia's docsystem.

Home Page:https://DocStringExtensions.juliadocs.org/latest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

using DocStringExtensions in make.jl

j-fu opened this issue · comments

Hi, it seems that DocStringExtensions must be used in the project code.
Conceptually, this seems to be a bit weird, as I would expect it to work along with Documenter.jl
when used in docs/make.jl .

Would this be possible ?
Jürgen

DocStringExtensions needs to run and update the docstrings when you do using Package and is actually completely unrelated to Documenter. The "dynamic" docstrings also show up in the REPL help, for example.

Ok I see the point.