After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 333106 - $line param
$line param
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: general
1.4.x
Other Linux
: Normal minor
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2006-03-02 09:56 UTC by Sebastien M
Modified: 2015-12-30 10:20 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastien M 2006-03-02 09:56:52 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.
Comment 1 albert 2015-07-28 13:08:27 UTC
I've just pushed a proposed patch to github (pull request 375)
Comment 2 albert 2015-08-09 08:16:13 UTC
Patch has been brought into master branch on github
Comment 3 Dimitri van Heesch 2015-12-30 10:20:13 UTC
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).