Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Julia API / Documentation Generation

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.

like image 529
Mageek Avatar asked May 08 '14 18:05

Mageek


2 Answers

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

like image 146
StefanKarpinski Avatar answered Oct 13 '22 01:10

StefanKarpinski


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

like image 45
krychu Avatar answered Oct 13 '22 01:10

krychu