![]() |
Parse the object's docstring and return a DocstringInfo
.
tfdocs.parser.parse_md_docstring(
py_object: Any,
full_name: str,
parser_config: config.ParserConfig,
extra_docs: Optional[Dict[int, str]] = None
) -> tfdocs.parser.DocstringInfo
This function clears @@'s from the docstring, and replaces `` references with links.
Returns | |
---|---|
A DocstringInfo object, all fields will be empty if no docstring was found. |