You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code.get_docs/2: check for valid doc kind in public function, not in private
This was giving me a long cryptic message because we were checking for a valid kind
way to far.
I have renamed the attribute to @doc_kinds instead of @doc_sections
Corrected kinds for :all option
Mention that no valid module returns nil, and created a doctest example.
0 commit comments