project-navigation
News
Download
Forum
Contribute
Media
FAQ
About
Contact
Personal tools
Login
Register
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
New board
Home
Help
Search
Login
Register
UFO:Alien Invasion
»
General
»
Gurus wanted !
»
[doxygen] another strange warning
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: [doxygen] another strange warning (Read 9740 times)
Duke
Administrator
PHALANX veteran
Posts: 1037
[doxygen] another strange warning
«
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
Logged
DarkRain
Project Coder
Captain
Posts: 746
Re: [doxygen] another strange warning
«
Reply #1 on:
March 25, 2014, 12:30:56 am »
Line 372
Code:
[Select]
* @param entData
The 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
Logged
Duke
Administrator
PHALANX veteran
Posts: 1037
Re: [doxygen] another strange warning
«
Reply #2 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 ?
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
UFO:Alien Invasion
»
General
»
Gurus wanted !
»
[doxygen] another strange warning