From: Warren Young Date: May 11 2005 9:20pm Subject: Re: Question about change in query.h List-Archive: http://lists.mysql.com/plusplus/4394 Message-Id: <4282770D.5020609@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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.