Larry Gritz
Larry Gritz
Forgot to mention, it needs multiple functions within the group to hit the exception. If there's just one function with the group, it seems fine.
And I forgot to mention that the specific assertion message was: ``` Exception occurred: File "/usr/local/lib/python3.7/site-packages/sphinx/domains/cpp.py", line 4173, in _add_symbols assert len(withDecl)
Yes, I'll try to make a small example today.
How about this? https://github.com/lgritz/breathe-bug I've narrowed it way down. In this example, it's slightly more complicated than my description (not by much, though). Almost any code I remove, at this...
I have seen the "tuple index out of range" error as well, on my real docs. It's just not the first thing I was hitting in my pared-down example. Is...
By the way, semi-unrelated to this bug, but your warning reminded me: It sure would be handy if (as an option?) rather than warn when a method signature is ambiguous,...
Any progress on this? Is there more I can do to help track it down?
Interesting. I really liked the compact initializer `= {}`, but if this is very hard to fix, I suppose I could replace this with the longhand `= ROI()` if that...
The VERSION has to be numbers only.
OPENEXR_VERSION_EXTRA can be used to end up in the headers as some kind of identifier, but don't pass it to the cmake `project()` function.