Re: Code problems found by doxygen


Subject: Re: Code problems found by doxygen
From: Mike Nordell (tamlin@algonet.se)
Date: Wed Feb 07 2001 - 17:50:39 CST


Commenting myself:
> Doxygen complains because the function pointer in the
> "(*)" is missing.

Just to make this really clear. The (name of the) variable holding the
function pointer is missing.

I.e. it reads
  void (*)( /* #¤%&/ */ );
where Docygen expects
  void (*pfn)( /* #¤%&/ */ );



This archive was generated by hypermail 2b25 : Wed Feb 07 2001 - 17:48:20 CST