Hi Christoph,
The combo of Docile.jl *and* Lexicon.jl <https://github.com/MichaelHatherly/Lexicon.jl> should give you package help when using the REPL’s ? command in 0.3. Let me know if you run into any problems with it. Also, for documenting both version 0.3 and 0.4 you should be able to just wrap the Docile import in an if statement like so: if VERSION < v"0.4-" using Docile end Hopefully that should “just work”. — Mike On Tuesday, 16 December 2014 08:17:20 UTC+2, Christoph Ortner wrote: > > > Should the Docile @doc strings be displayed in the REPL using `?` ? Or is > this only coming with 0.4? > > Christoph > >
