-
-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Warning: Unable to resolve function...", Breathe omits param names? #722
Comments
The white-space sensitivity shouldn't exist in Breathe any more. Both the argument to |
Thanks for the quick response about this! I don't have any specific cases that would be targeted by #723 at the moment, but I'll be sure to report back to you. |
That one is another case for #723: the |
I've been trying to get some documentation to build but I'm repeatedly stuck with the warning:
If you notice in the warning message, it is trying to match a description stripped off parameter names with a fully-formed description. Is there a reason why there is this discrepancy? I believe if parameter names are not omitted or stripped out, I wouldn't see this warning.
Here's a small example to reproduce the problem with: https://github.com/wjwwood/breathe_unable_to_resolve_function_mvp
Note that this issue is exhibited for
breathe>4.26.0
only.At first, I thought it was an issue with whitespacing, because Breathe's sensitivity to whitespaces came up in a discussion in svenevs/exhale#98, but no amount of whitespace adjustment could resolve the warning. Also, FYI, I am not using exhale in the workflow that generates this warning.
The text was updated successfully, but these errors were encountered: