Try installing Lexicon and load it then repeat your example.

On Thursday, February 5, 2015, Diego Tapias <[email protected]> wrote:

> 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