[perl-Glib] Fix the HIERARCHY docs of Glib::Param::*
- From: Torsten Schönfeld <tsch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [perl-Glib] Fix the HIERARCHY docs of Glib::Param::*
- Date: Sun, 21 Nov 2010 21:00:01 +0000 (UTC)
commit 5f135febb42b04520dd16f2613cc580a5872980e
Author: Torsten Schönfeld <kaffeetisch gmx de>
Date: Sun Nov 21 21:59:39 2010 +0100
Fix the HIERARCHY docs of Glib::Param::*
Some had manually written HIERARCHY sections that repeated what the
automatically generated one said.
GParamSpec.xs | 85 ++++++++++++++++++---------------------------------------
1 files changed, 27 insertions(+), 58 deletions(-)
---
diff --git a/GParamSpec.xs b/GParamSpec.xs
index ba7eb14..fa7a027 100644
--- a/GParamSpec.xs
+++ b/GParamSpec.xs
@@ -824,26 +824,25 @@ MODULE = Glib::ParamSpec PACKAGE = Glib::Param::Char
=for object Glib::Param::Int - Paramspecs for integer types
-=head1 DESCRIPTION
-
-This page documents the extra accessors available for all of the integer type
-paramspecs: Char, Int, and Long. Perl really only supports full-size integers,
-so all of these methods return IVs; the distinction of integer size is
-important to the underlying C library and also determines the data value range.
-
-=head1 HIERARCHY
+=for position post_hierarchy
Glib::ParamSpec
+----Glib::Param::Char
Glib::ParamSpec
- +----Glib::Param::Int
-
- Glib::ParamSpec
+----Glib::Param::Long
=cut
+=head1 DESCRIPTION
+
+This page documents the extra accessors available for all of the integer type
+paramspecs: Char, Int, and Long. Perl really only supports full-size integers,
+so all of these methods return IVs; the distinction of integer size is
+important to the underlying C library and also determines the data value range.
+
+=cut
+
=for see_also Glib::ParamSpec
=cut
@@ -898,6 +897,16 @@ MODULE = Glib::ParamSpec PACKAGE = Glib::Param::UChar
=for object Glib::Param::UInt
+=for position post_hierarchy
+
+ Glib::ParamSpec
+ +----Glib::Param::UChar
+
+ Glib::ParamSpec
+ +----Glib::Param::ULong
+
+=cut
+
=head1 DESCRIPTION
This page documents the extra accessors available for all of the unsigned
@@ -906,17 +915,6 @@ full-size integers, so all of these methods return UVs; the distinction of
integer size is important to the underlying C library and also determines the
data value range.
-=head1 HIERARCHY
-
- Glib::ParamSpec
- +----Glib::Param::UChar
-
- Glib::ParamSpec
- +----Glib::Param::UInt
-
- Glib::ParamSpec
- +----Glib::Param::ULong
-
=cut
=for see_also Glib::ParamSpec
@@ -977,11 +975,6 @@ type paramspecs. On 32 bit machines and even on some 64 bit machines, perl
really only supports 32 bit integers, so all of these methods convert the
values to and from Perl strings if necessary.
-=head1 HIERARCHY
-
- Glib::ParamSpec
- +----Glib::Param::Int64
-
=cut
gint64
@@ -1009,11 +1002,6 @@ integer type paramspecs. On 32 bit machines and even on some 64 bit machines,
perl really only supports 32 bit integers, so all of these methods convert the
values to and from Perl strings if necessary.
-=head1 HIERARCHY
-
- Glib::ParamSpec
- +----Glib::Param::UInt64
-
=cut
guint64
@@ -1036,6 +1024,13 @@ MODULE = Glib::ParamSpec PACKAGE = Glib::Param::Float
=for object Glib::Param::Double
+=for position post_hierarchy
+
+ Glib::ParamSpec
+ +----Glib::Param::Float
+
+=cut
+
=head1 DESCRIPTION
This page documents the extra accessors available for both of the
@@ -1044,14 +1039,6 @@ doubles, so all of these methods return NVs (that is, the C type "double"); the
distinction of size is important to the underlying C library and also
determines the data value range.
-=head1 HIERARCHY
-
- Glib::ParamSpec
- +----Glib::Param::Float
-
- Glib::ParamSpec
- +----Glib::Param::Double
-
=cut
=for see_also Glib::ParamSpec
@@ -1109,15 +1096,6 @@ get_epsilon (GParamSpec * pspec)
MODULE = Glib::ParamSpec PACKAGE = Glib::Param::Enum
-=for position post_hierarchy
-
-=head1 HIERARCHY
-
- Glib::ParamSpec
- +----Glib::Param::Enum
-
-=cut
-
=for see_also Glib::ParamSpec
=cut
@@ -1132,15 +1110,6 @@ get_enum_class (GParamSpec * pspec_enum)
MODULE = Glib::ParamSpec PACKAGE = Glib::Param::Flags
-=for position post_hierarchy
-
-=head1 HIERARCHY
-
- Glib::ParamSpec
- +----Glib::Param::Flags
-
-=cut
-
=for see_also Glib::ParamSpec
=cut
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]