UFO:Alien Invasion

General => Gurus wanted ! => Topic started by: Duke on March 24, 2014, 06:40:11 am

Title: [doxygen] another strange warning
Post by: Duke on March 24, 2014, 06:40:11 am
Here is another warning I don't know how to deal with. There is no @param around there as far as I can tell...
src/client/battlescape/cl_spawn.cpp:114: warning: unexpected end of comment block while parsing the argument of command param
Title: Re: [doxygen] another strange warning
Post by: DarkRain on March 25, 2014, 12:30:56 am
Line 372
Code: [Select]
* @param entDataThe param description is missing — the doxy is with the implementation (from line 371), but the error shows the line where the function (SP_light) was first declared
Title: Re: [doxygen] another strange warning
Post by: Duke on March 26, 2014, 04:44:19 am
Ok, after removing the static declaration, the warning points to the right place.

Did you just 'find' that problem or did you already know about this doxygen flaw ?