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)( /* #¤%&/ */ );




Reply via email to