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 647654 - Special command \fn fails when first argument of PHP function is call-by-reference
Special command \fn fails when first argument of PHP function is call-by-refe...
Status: RESOLVED OBSOLETE
Product: doxygen
Classification: Other
Component: general
1.7.4-SVN
Other Linux
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
[moved_to_github]
Depends on:
Blocks:
 
 
Reported: 2011-04-13 13:43 UTC by Themroc
Modified: 2018-07-30 10:48 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Themroc 2011-04-13 13:43:22 UTC
With 1.7.1 and also with svn 2011-04-13 revision 763 i get these warnings:

/tmp/doxygen/test.php:24: warning: documented function `$ref' was not declared or defined.
/tmp/doxygen/test.php:27: warning: documented function `$ref $data' was not declared or defined.
/tmp/doxygen/test.php:30: warning: documented function `$ref $data' was not declared or defined.
/tmp/doxygen/test.php:16: warning: Member e(&$ref, $data) (function) of file test.php is not documented.

Unedited Doxyfile from doxygen -g, test.php looks like this:

<?php
/** @file */

/** func a */
function a ($data) {}

/** func b */
function b ($data, &$ref) {}

/** func c */
function c (&$ref) {}

/** func d */
function d (&$ref, $data) {}

function e (&$ref, $data) {}

/** @fn a ($data)
append a works */

/** @fn b ($data, &$ref)
append b works */

/** @fn c (&$ref)
append c fails */

/** @fn d (&$ref, $data)
append d fails */

/** @fn e (&$ref, $data)
func e also fails */

?>

Both html and latex output lack "append c fails", "append d fails" and "func e also fails".
Comment 1 André Klapper 2018-07-30 10:48:26 UTC
As discussed in https://github.com/doxygen/doxygen/pull/734 , Doxygen has moved its issue tracking to 

   https://github.com/doxygen/doxygen/issues

All Doxygen tickets in GNOME Bugzilla have been migrated to Github. You can subscribe and participate in the new ticket in Github. You can find the corresponding Github ticket by searching for its Bugzilla ID (number) in Github.

Hence I am closing this GNOME Bugzilla ticket.
Please use the corresponding ticket in Github instead. Thanks a lot!