pygccxml
pygccxml copied to clipboard
Request for plumbing comments through?
Per the merge in https://github.com/CastXML/CastXML/pull/175, would it be possible to expose this here?
Similar to clang.cindex
(relates #123), would it be possible to expose the API to get the source location (and possibly the source itself) for the comment?
See example usage here: https://github.com/RobotLocomotion/drake/blob/6afa9365ad7d873c8c272fe8b5cc5a5c47ada6f8/tools/workspace/pybind11/mkdoc.py#L200-L201