GNOME Bugzilla – Bug 333106
$line param
Last modified: 2015-12-30 10:20:13 UTC
In PHP, when a param named $line is not documented, the report replaces the parameter name with the line where the error occurs. See example below : ---------------------------------------------------------- orders.inc.php:1483: Warning: The following parameters of ord_product_state_desc($ord,$prd,1483) are not documented: parameter line ---------------------------------------------------------- Instead of 1483 (the line number), the function header should have been ord_product_state_desc($ord,$prd,$line) Kind regards, Sebastien.
I've just pushed a proposed patch to github (pull request 375)
Patch has been brought into master branch on github
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.11. Please verify if this is indeed the case. Reopen the bug if you think it is not fixed and please include any additional information that you think can be relevant (preferably in the form of a self-contained example).