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)( /* #¤%&/ */ );
- Code problems found by doxygen Jesper Skov
- Re: Code problems found by doxygen Paul Rohr
- Re: Code problems found by doxygen Mike Nordell
- Re: Code problems found by doxygen Sam TH
- Re: Code problems found by doxygen Mike Nordell
- Re: Code problems found by doxygen Mike Nordell
- Re: Code problems found by doxygen Sam TH
- Re: Code problems found by doxygen Mike Nordell
- Re: Code problems found by doxygen Dom Lachowicz
