Package: doxygen
Version: 1.4.7
Instead of having in the detailed documentation:
template<class Row>
void Db::query<Row>::select()
and
template<class Row>
template<class Attributes>
void Db::query<Row>::select()
I get
void select ( )
and another
void select ( ) Regards Dieter -- Dieter Lucking <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

