Neither have I :) It's probably not the best solution for some projects,
but I've seen mentions of docstrings here on a number of occasions so I
thought I'd try them out.
I'll try to give this ago, its a nice idea. I've don't believe I've ever
worked on a project that actually used "docstrings" in a formalized way
(to, i.e. generate HTML documentation), but I can see how it'd be very
useful for some Julia packages.
Cheers,
Iain
On Thursday, August 14, 2014 5:01
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