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 691310 - Python: Missing initialization = sign in description
Python: Missing initialization = sign in description
Status: VERIFIED FIXED
Product: doxygen
Classification: Other
Component: general
1.8.3-SVN
Other Windows
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2013-01-07 19:46 UTC by albert
Modified: 2013-01-20 17:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
PATCH: show = sign in description (2.04 KB, patch)
2013-01-07 19:51 UTC, albert
none Details | Review

Description albert 2013-01-07 19:46:52 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)
Comment 1 albert 2013-01-07 19:51:06 UTC
Created attachment 232924 [details] [review]
PATCH: show = sign in description

Place the "= " in the initializer string.
Comment 2 Dimitri van Heesch 2013-01-15 20:12:41 UTC
Thanks, I'll include the patch in the next subversion update.
Comment 3 Dimitri van Heesch 2013-01-20 13:34:59 UTC
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.
Comment 4 albert 2013-01-20 17:05:33 UTC
Code is integrated and works as expected.