On Mon, Jul 27, 2015 at 6:26 PM, Christoph Ortner <[email protected]> wrote: > Just one last question though: > > Is there a way to write the macro so that I could attach the doc strings as > usual, i.e. > > @doc doc"yads"-> > @protofun(ffun, Integer, String) > > instead of > > @protofun(ffun, Integer, String, "yads") > > ? I couldn't figure this out at all.
Yes, the code I sent just now works on 0.4 https://github.com/JuliaLang/julia/pull/12000 > Thanks, > Christoph
