Docs gets captured at macro expansion time so there's no simple way to 
reset the module's docstring cache other than just reloading the module 
completely.

What are the steps you're going through when reloading the modules, which 
commands are you using? Are you restarting Julia between each try, or 
perhaps using `workspace()`?

- Mike

On Wednesday, 18 November 2015 16:02:07 UTC+2, NotSoRecentConvert wrote:
>
> After further testing I think it has to do with caching. I copied more and 
> more functions from the original module to the test one, testing each time. 
> By the end I just copied and pasted everything, changing only the module 
> name to Test in the test module. It worked with no problems. Then I tried 
> the original module again and the same old errors came up.
>
> How do I reset the documentation cache of a module?
>

Reply via email to