On Mon, 2009-08-10 at 23:48 +0100, John-Mark Bell wrote: > On Thu, 2009-08-06 at 02:08 +0000, [email protected] wrote: > > > /** > > - * Destroy a Hubbub parser instance */ > > + * Destroy a Hubbub parser instance > > + * > > + * \param parser The Hubbub parser object > > + * \return NULL > > + */ > > void dom_hubbub_parser_destroy(dom_hubbub_parser *parser) > > When a function has a void return type, there's no need for a \return in > the commentary.
It turns out that you've already fixed this :) J.
