I don't know what exactly is going on, I don't have that great of an understanding of Pdoc
but I am using it to create documentation of my source code. It usually works pretty well but I recently stumbled into a problem when documenting classes inheriting from enum.Enum
. The class documentation works just fine but every single class variable I add to the enum contains th whole documentation under it.
Is there any way to remove these?