Hi Michael,I updated to the last version and the problem is fixed. Thank you!
By the way, using Docile is not needed to generate documentation in julia0.4-dev . 2015-02-05 23:49 GMT-06:00 Michael Hatherly <[email protected]>: > Hi Diego, > > ERROR: UndefVarError: @repl not defined > > Are you using julia 0.4-dev here? If so could you try updating julia also, > since @repl is quite new. > > — Mike > > > > On Friday, 6 February 2015 01:59:26 UTC+2, Diego Tapias wrote: >> >> 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 <[email protected]>: >> >>> 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. >>>> >>>> >>>> >>> >>
