Any suggestions?
What version are you on? I think I’ve already fixed this one and it was backported in RC2. It’s working for me in 0.4.0-rc2 and on master. And is the doc""" ..."""... syntax documented somewhere? I recently added a section that should cover everything that’s available, here http://docs.julialang.org/en/latest/manual/documentation/#syntax-guide. — Mike On Sunday, 20 September 2015 08:17:32 UTC+2, Sheehan Olver wrote: > > I tried adding the following > > ```julia > doc""" > length(foo) -> Integer > > returns the length of foo > """ > Base.length(foo::Foo) > ``` > > inside a module, but it doesn't show up in > > ```julia > ?length > ``` > > Any suggestions? And is the `doc""" ..."""...` syntax documented > somewhere? > > > > > >
