<!-- NOTE: Only submit issues for Python package "pdoc3" on PyPI. Python package "pdoc" lives elsewhere. --> ```python def func(s, test): """ Returns `True` if the string length is greater than the given integer. :param s: str :param test: int :return: bool """ pass ``` This is default docstring style used in many editors. ### Expected Behavior Something like that:  ### Actual Behavior  ### Additional info - pdoc version: 0.6.3