Chris Frey wrote:
> Just curious why those two functions were removed?
They weren't removed. Doxygen isn't smart enough to unwind macros by
itself to find a function declaration, so I decided to "expand" the
first element of each of those macros into the body of the class so
there was something to attach Doxygen comments to. If you look at the
rest of the diffs in that file, you'll see several new member
declarations that replace what used to be generated by those macros.
Thanks for keeping an eye out, though.