If you're running julia 0.3, see the Docile package. If you're running julia 0.4, there's some in-progress documentation here: https://github.com/JuliaLang/julia/pull/9447
--Tim On Friday, January 09, 2015 12:41:33 AM Ján Dolinský wrote: > Hi, > > I would like to know how to write a help (comment) text e.g. for a module > function so that once module is loaded it is displayed if in REPL help mode. > E.g. for "sum" function > help?>sum > displays brief help text for "sum" > > Thanks, > Jan
