JuliaDocs / DocumenterTools.jl

Extra tools for setting up Documenter
Other
30 stars 19 forks source link

Make generate Pkg(3) compliant. #7

Closed fredrikekre closed 6 years ago

fredrikekre commented 6 years ago

This makes some changes in the API, you can now do

DocumenterTools.generate(Foo)

where Foo is a module, or

DocumenterTools.generate("path/to/Foo/docs")

fix #2