Skip to content

Add parsed comments as docstrings

Joe Snyder requested to merge joe-snyder/autopybind11:add_comment_parsing into master

Where possible, add parsed comments (thanks to updates to pygccxml and CastXML) as docstrings for the created pybind11 code.

This applies to functions and to classes. At this time, docstrings for a class' member variables do not seem to be able to be overwritten.

Merge request reports