[perl-Glib-Object-Introspection] perli11ndoc: list functions of enums and bitfields
- From: Torsten Schönfeld <tsch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [perl-Glib-Object-Introspection] perli11ndoc: list functions of enums and bitfields
- Date: Sun, 11 Dec 2016 20:08:55 +0000 (UTC)
commit 8187ebc54a7070dffd561dd2290b34824e2521d0
Author: Torsten Schönfeld <kaffeetisch gmx de>
Date: Fri Oct 28 17:01:32 2016 +0200
perli11ndoc: list functions of enums and bitfields
bin/perli11ndoc | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/bin/perli11ndoc b/bin/perli11ndoc
index f021d9c..b3b3edb 100755
--- a/bin/perli11ndoc
+++ b/bin/perli11ndoc
@@ -271,14 +271,18 @@ sub enumerate_namespace {
[Fields => 'core:field'],
);
+ my @enum_and_bitfield_sub_categories = (
+ [Functions => 'core:function'],
+ );
+
my @categories = (
[Classes => 'core:class', \@class_and_interface_sub_categories, sub { shift =~ /Accessible$/ }],
[Interfaces => 'core:interface', \@class_and_interface_sub_categories],
+ [Records => 'core:record', \@record_sub_categories, sub { shift =~ /(?:Class|Iface|Interface|Private)$/
}],
+ [Enumerations => 'core:enumeration', \@enum_and_bitfield_sub_categories],
+ [Bitfields => 'core:bitfield', \@enum_and_bitfield_sub_categories],
[Functions => 'core:function'],
- [Enumerations => 'core:enumeration'],
- [Bitfields => 'core:bitfield'],
[Callbacks => 'core:callback'],
- [Records => 'core:record', \@record_sub_categories, sub { shift =~ /(?:Class|Iface|Interface|Private)$/
}],
[Constants => 'core:constant'],
[Aliases => 'core:alias', undef, sub { shift =~ /_autoptr$/ }],
['Classes for accessibility' => 'core:class',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]