has_docstring

docblock
has_docstring(module_name::Module) -> Function

Create a selector that matches symbols with documentation.

Example

selector = has_docstring(MyModule)
selector(:documented_func)    # true if has docstring
selector(:undocumented_func)  # false