Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign upDocumentation for C Extensions #18
Comments
kernc
added
the
bug
label
Feb 1, 2019
This comment has been minimized.
This comment has been minimized.
|
Thank you. Will be released in 0.5.2 in a few days. |
kernc
closed this
in
95cb7cc
Feb 2, 2019
kernc
added a commit
to jmatzdorff-cpi/pdoc
that referenced
this issue
Feb 4, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rkaminsk commentedFeb 1, 2019
I was trying to use pdoc to create the documentation of a C extensions. The generated documentation does not include the documentation for class methods.
You can see this for example when generating the documentation for python's
parsermodule, which is a C extension.The class methods of ST class are missing. With pydoc, they are included.