How can I get documentation for my functions in my package to show up when 
someone uses the command line help functionality 

like:


help?> sort 
INFO: Loading help data...
Base.sort(v, [alg=<algorithm>,] [by=<transform>,] [lt=<comparison>,] [rev=
false]) 
 
 Variant of "sort!" that returns a sorted copy of "v" leaving 
 "v" itself unmodified. 
 
Base.sort(A, dim, [alg=<algorithm>,] [by=<transform>,] [lt=<comparison>,] [
rev=false]) 
 
 Sort a multidimensional array "A" along the given dimension. 
 
julia> 



Reply via email to