zgornel/Caching.jl

Support documentation of functions

alhirzel opened this issue · 2 comments

The following raises an error:

using Caching

"""
multiplies by 2
"""
@cache function mul2(x)
    2x
end

Thanks, good point, fixed ;)

Thank you!!