Hi guys,

I didn’t have problems installing Docile, however when I try to use it
literally nothing happens. Before continue reading, my julia version is
0.4.0-dev.

Consider the following code :

filename test.jl

using Docile

export foo

@doc """This function is not important""" ->

function foo()

end

Now I type in Julia console:

include(“test.jl”)

?foo

foo (generic function with 1 method)

And nothing about documentation.

​

Reply via email to