perl-Glib r1106 - trunk
- From: tsch svn gnome org
- To: svn-commits-list gnome org
- Subject: perl-Glib r1106 - trunk
- Date: Sun, 8 Mar 2009 17:43:43 +0000 (UTC)
Author: tsch
Date: Sun Mar 8 17:43:43 2009
New Revision: 1106
URL: http://svn.gnome.org/viewvc/perl-Glib?rev=1106&view=rev
Log:
(xsub_to_pod): Don't wrap the argument types of xsubs with a superfluous pair
of '=over' and '=back'.
Modified:
trunk/ChangeLog
trunk/GenPod.pm
Modified: trunk/GenPod.pm
==============================================================================
--- trunk/GenPod.pm (original)
+++ trunk/GenPod.pm Sun Mar 8 17:43:43 2009
@@ -1181,8 +1181,6 @@
$str .= "$sigprefix $_\n\n";
}
- $str .= "=over\n\n";
-
#
# list all the arg types.
#
@@ -1242,8 +1240,6 @@
$str .= "Since: $lib_name $version_conditions{$lib_name}\n\n";
}
- $str .= "=back\n\n";
-
$str
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]