Hmm, I guess google groups doesn't support markdown. Here's a possibly
easier version to read:
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
?length
Any suggestions? And is the
doc""" ..."""...
syntax documented somewhere?
On Sunday, September 20, 2015 at 4:17:32 PM UTC+10, 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?
>
>
>
>
>
>