timothycrosley / pdocs

A simple program and library to auto generate API documentation for Python modules.
Other
76 stars 20 forks source link

Add missing short and long descriptions for parsed class docstrings #34

Closed ARBaart closed 1 year ago

ARBaart commented 2 years ago

Fixes #33

The display function for classes only takes the params from the parsed docstring and skips the short and long description. This pull request fixes that to make the behaviour similar to how it already worked for functions.