-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
status VERIFIED severity normal in component general for ---
Reported in version 1.8.3-SVN on platform Other
Assigned to: Dimitri van Heesch
Original attachment names and IDs:
- patch_691310.res (ID 232924)
On 2013-01-07 19:46:52 +0000, albert wrote:
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)
On 2013-01-07 19:51:06 +0000, albert wrote:
Created attachment 232924
PATCH: show = sign in descriptionPlace the "= " in the initializer string.
On 2013-01-15 20:12:41 +0000, Dimitri van Heesch wrote:
Thanks, I'll include the patch in the next subversion update.
On 2013-01-20 13:34:59 +0000, Dimitri van Heesch wrote:
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.
On 2013-01-20 17:05:33 +0000, albert wrote:
Code is integrated and works as expected.