GNOME Bugzilla – Bug 691310
Python: Missing initialization = sign in description
Last modified: 2013-01-20 17:05:33 UTC
When we have the python file aa.py with contents: variable = "" The output is: string aa.variable "" this should be: string aa.variable = "" (this is also valid for other initialization types)
Created attachment 232924 [details] [review] PATCH: show = sign in description Place the "= " in the initializer string.
Thanks, I'll include the patch in the next subversion update.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.3.1. 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.
Code is integrated and works as expected.