Re: [Doxygen-users] warning(s) not generated for incomplete function documentation

2013-06-06 Thread Geoff Worboys
hotlinexpress wrote: ... > /*! > * > * @param arg1 > * @param arg2 > * @return > */ > extern int test_func(int arg1, double arg2); > > It was my expectation that I could get Doxygen to generate a > warning when encountering a situation where the @param [arg1, > arg2] and @return keywords are p

[Doxygen-users] warning(s) not generated for incomplete function documentation

2013-06-06 Thread hotlinexpress
Hello All, I have been trying to generate warnings when a function is not properly documented, but it seems that the relevant configuration options are not doing what I expect them to do. Here is my function prototype, with an Eclipse generated Doxygen comment block. It was my expectation that