GNOME Bugzilla – Bug 753466
[patch] Add missing information to POD
Last modified: 2016-09-20 13:23:15 UTC
Hi, we've been applying https://anonscm.debian.org/cgit/pkg-perl/packages/libglib-perl.git/tree/debian/patches/Add-missing-information-to-POD.patch for many years now in Debian. Sorry for not forwarding it upstream earlier, I'm currently in the process of fixing this for all our perl-Glib patches. Please consider applying this patch upstream. Cheers!
Could you please attach the patch to this bug, so that it can be reviewed and easily applied? Thanks!
Created attachment 309442 [details] [review] Add missing information to POD
It seems like the patch also adds summary lines for a few namespaces that don't have associated POD yet: Glib::Param::Boolean, Glib::Param::String and Glib::Param::Unichar. Are these summary lines necessary?
(In reply to Torsten Schoenfeld from comment #3) > It seems like the patch also adds summary lines for a few namespaces > that don't have associated POD yet: Glib::Param::Boolean, > Glib::Param::String and Glib::Param::Unichar. Are these summary lines > necessary? Now that our patch for https://bugzilla.gnome.org/show_bug.cgi?id=753468 has been applied, even these namespaces can have some (extremely minimal) auto-generated documentation, such as: NAME Glib::Param::String - Wrapper for string parameters in GLib HIERARCHY Glib::ParamSpec +----Glib::Param::String SEE ALSO Glib, Glib::ParamSpec Without the patch proposed here, we have no such documentation for those namespaces. With the patch, we have it. It seems worth it to me, but you're the maintainer, so I'm sure you have a better overview of the problem and then it's your call: if you prefer I can resubmit a patch that does not include those specific changes.
Alright, convinced. Committed with slight modifications. Thanks for the patch.