Open
Description
Expected Behavior
I would expect an inner class to document similarly to an outer class.
Actual Behavior
The class gets documented as a class variable.
Steps to Reproduce
- Create a python module that contains a class and document with a docstring.
- Add an inner class, also with documentation.
- Build the documentation.
- See an example here: https://westy.github.io/pyseext/component_query.html
Additional info
- pdoc version: 0.10.0