GNOME Bugzilla – Bug 136580
Further patching of DocsParser.pm
Last modified: 2004-12-22 21:47:04 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.
Created attachment 25354 [details] [review] Patching regExps and error handling in DocsParser.pm
Applied.