7

Does Julia have any built in tools for documentation generation from source? Something like doxygen?

I couldn't find anything natively supported and am curious if something does in fact exist or if someone can recommend an external application.

Mageek
  • 4,691
  • 3
  • 26
  • 42

2 Answers2

6

Not yet, but it's a priority to be developed over the summer.

StefanKarpinski
  • 32,404
  • 10
  • 86
  • 111
5

There's an update. You can use Documenter.jl to generate documentation from docstrings and markdown files.

krychu
  • 982
  • 8
  • 5