private
docstrings
— function
docstrings(p)
Extract all available docstrings for given Project
p
and return a
files::Dict
containing a mapping from absolute path to File
object and an
index
object, which is File
object containing a formatted table of all
docstrings with information on name
, module
, visibility
, and category
of each docstring.