[julia-users] Re: Command line help documentation

2015-08-26 Thread Benjamin Deonovic
I found my answer. In Julia 0.4 you have access to the doc macro: help? @doc Documentation ≡≡≡ Functions, methods and types can be documented by placing a string before the definition: # The Foo Function `foo(x)`: Foo the living hell out of `x`. foo(x) = ...

Re: [julia-users] Re: Command line help documentation

2015-08-26 Thread Stefan Karpinski
In particular, unless you have special requirements, you can just put a bare string in front of a method definition to document it. Let us know how it works and if you have an problems or confusion – feedback from brand new users of features is very helpful! On Wed, Aug 26, 2015 at 2:56 PM,