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 732356 - doxygen's \param command is confused by some python default values
doxygen's \param command is confused by some python default values
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: general
1.8.7-GIT
Other Mac OS
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2014-06-27 17:59 UTC by Robert Lupton
Modified: 2015-12-30 10:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
File used to generate error message in bug report (563 bytes, text/x-python-script)
2014-06-27 17:59 UTC, Robert Lupton
Details

Description Robert Lupton 2014-06-27 17:59:05 UTC
Created attachment 279426 [details]
File used to generate error message in bug report

Running doxygen (with default config generated with doxygen -g) on the attached file generates this incorrect error message.

> Generating docs for compound foo::Foo...
> /Users/rhl/Bugs/Doxygen/defaultArgs/foo.py:8: warning: The following parameters of foo.Foo.display(self,name,ctypes=(ds9.GREEN, ds9.YELLOW,ds9,RED,ds9,BLUE) are not documented:
>  parameter 'ds9'
>  parameter 'RED'
>  parameter 'ds9'
>  parameter 'BLUE'
Comment 1 albert 2015-12-26 14:10:28 UTC
I've just pushed a proposed patch to github (pull request 429)
Comment 2 albert 2015-12-26 18:50:38 UTC
Changes have been integrated in github master version
Comment 3 Dimitri van Heesch 2015-12-30 10:19:53 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).