We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b15d8de commit 006efcfCopy full SHA for 006efcf
doc/Type/Pod/Block/Declarator.pod6
@@ -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