GNOME Bugzilla – Bug 689833
PATCH in translator_cn.h lose one Space
Last modified: 2012-12-26 16:09:14 UTC
file: translator_cn.h line:684 function: virtual QCString trWriteList(int numEntries) <code> if (i!=numEntries-1) // not the last entry, so we need a separator { if (i<numEntries-2) // not the fore last entry result+=","; else // the fore last entry result+=", and "; } <code> result+=","; -> result+=","CN_SPC; Otherwise, the generated html files(refer) may not wrap line
Created attachment 231020 [details] [review] add the lost space
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. 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.