No problem while installing. But I’ve got the following error when ask for
foo:

?foo

ERROR: UndefVarError: @repl not defined
​

2015-02-05 17:37 GMT-06:00 Tom Short <tshort.rli...@gmail.com>:

> Try installing Lexicon and load it then repeat your example.
>
>
> On Thursday, February 5, 2015, Diego Tapias <dandrove...@gmail.com> 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