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
Thanks for the report. This is not implemented, but it's doable. The only trick is to ensure that all custom (i.e. non-pybind) docstrings behave well too.
Uh oh!
There was an error while loading. Please reload this page.
When a function is overloaded, documentation comments is placed in wrong place.
For example, the C++ wrapper is below:
then,
__init__.pyi
below is generated:I expect it to be like below:
help(add)
prints separated documents, so I think this is pybind11-stubgen problem.Is there a solution to fix it?
The text was updated successfully, but these errors were encountered: