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 628065 - Brief description incorrectly terminated by ".)"
Brief description incorrectly terminated by ".)"
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: general
1.7.1
Other All
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2010-08-26 19:57 UTC by Hank Oxford
Modified: 2010-10-09 08:19 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Hank Oxford 2010-08-26 19:57:40 UTC
A brief description containing a string in parens such as "(this, and this, etc.)" will be terminated by the period before the right paren.  Anything after the period will be moved to the detailed description.

I believe the line 1036 in commentscan.l in 1.7.1:
<Comment>("."+)[a-z_A-Z0-9]		{ // . at start or in the middle of a word, or ellipsis

should include a right paren in the regex:

<Comment>("."+)[a-z_A-Z0-9\)]


Oddly enough we're finding brief descriptions with this problem to be pretty common.
Comment 1 Dimitri van Heesch 2010-09-03 21:16:11 UTC
Confirmed. I'll include your change in the next subversion update.
Comment 2 Dimitri van Heesch 2010-10-09 08:19:13 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.7.2. 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.