I’ve added some new functionality in the form of @doc docstrings for:
- methods
- functions
- globals
- macros
- types
- modules
The YAML metadata has been replaced with a Dict{Symbol, Any}, resulting in
quite a large improvement in load times.
Documentation can also be included from external files if a docstring
becomes too large. String interpolation into docstrings
is supported, as well as a string macro (tex_mstr) for writing LaTeX
equations without needing to use escape characters.
I’m in the process of getting Docile included in METADATA so hopefully
it’ll be ready for general use quite soon.
— Mike