You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per the merge in CastXML/CastXML#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?
Do you know if this ever made it through? I can see places in this codebase that seem to reference support for comments, but the objects seem to always remain unpopulated.
Per the merge in CastXML/CastXML#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
The text was updated successfully, but these errors were encountered: