GNOME Bugzilla – Bug 732356
doxygen's \param command is confused by some python default values
Last modified: 2015-12-30 10:19:53 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'
I've just pushed a proposed patch to github (pull request 429)
Changes have been integrated in github master version
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).