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. J.
