project-navigation
Personal tools

Author Topic: [doxygen] another strange warning  (Read 7963 times)

Offline Duke

  • Administrator
  • PHALANX veteran
  • *****
  • Posts: 1037
    • View Profile
[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

Offline DarkRain

  • Project Coder
  • Captain
  • ***
  • Posts: 746
    • View Profile
Re: [doxygen] another strange warning
« Reply #1 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

Offline Duke

  • Administrator
  • PHALANX veteran
  • *****
  • Posts: 1037
    • View Profile
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 ?