Skip to content

Commit 006efcf

Browse files
committed
Add type doc for Pod::Block::Declarator
1 parent b15d8de commit 006efcf

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

doc/Type/Pod/Block/Declarator.pod6

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
=begin pod
2+
3+
=TITLE class Pod::Block::Declarator
4+
5+
=SUBTITLE Declarator block in a Pod document
6+
7+
class Pod::Block::Declarator is Pod::Block { ... }
8+
9+
Class for a declarator Pod block
10+
11+
=head1 Methods
12+
13+
=head2 method leading
14+
15+
method leading(--> Str)
16+
17+
Returns the leading Pod comment attached to the declarator
18+
19+
=head2 method trailing
20+
21+
method trailing(--> Str)
22+
23+
Returns the trailing Pod comment attached to the declarator
24+
25+
=head2 method WHEREFORE
26+
27+
method WHEREFORE(--> Mu)
28+
29+
Returns the code object or metaobject to which the Pod block is attached to
30+
31+
=end pod
32+
33+
# vim: expandtab shiftwidth=4 ft=perl6

0 commit comments

Comments
 (0)