Type: Enhancementhelp wanted
Description
Whenever I get the error message that reads
Error: no doc found for reference '[`rms`](@ref)' in src/validation.md.
I can never remember if the problem is
- There is no docstring in the source code for this reference.
- There is no docstring included in the docs for this reference.
- Number 2 as a consequence of number 1.
- Number 2 as a consequence of
rmsnot being exported.
Would it be possible to somehow be more precise in these error messages? For example, I was just debugging why I got the message above, and it turned out that
- I did have
rmsin a@docsblock. rmsdid have a docstring in the sourcermswas not exported.
It took me quite a while to figure out that the problem was number 3 here, and it's not the first time :sweat_smile: