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 136580 - Further patching of DocsParser.pm
Further patching of DocsParser.pm
Status: RESOLVED FIXED
Product: glibmm
Classification: Bindings
Component: general
2.4.x
Other Linux
: Normal normal
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2004-03-08 20:23 UTC by Hagen.Moebius
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patching regExps and error handling in DocsParser.pm (5.07 KB, patch)
2004-03-08 20:24 UTC, Hagen.Moebius
none Details | Review

Description Hagen.Moebius 2004-03-08 20:23:53 UTC
To provide better error reporting of gmmproc for documentation writers I
added a bit of error handling to DocsParser.pm. It tries to catch a few
errors and output useable information about "what" and "where".

Also patched the regular expression which replaces identifiers in the
function description text. It now allows the deletion of terminating
underscores. The same expression is used to replace the names of parameters
in the parameter list.
Comment 1 Hagen.Moebius 2004-03-08 20:24:48 UTC
Created attachment 25354 [details] [review]
Patching regExps and error handling in DocsParser.pm
Comment 2 Murray Cumming 2004-03-09 11:25:33 UTC
Applied.