diff options
Diffstat (limited to 'op.h')
-rw-r--r-- | op.h | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -639,7 +639,7 @@ typedef struct { /* -=head1 Optree Manipulation Functions +=for apidoc_section Optree Manipulation Functions =for apidoc Am|OP*|LINKLIST|OP *o Given the root of an optree, link the tree in execution order using the @@ -751,7 +751,7 @@ struct block_hooks { }; /* -=head1 Compile-time scope hooks +=for apidoc_section Compile-time scope hooks =for apidoc mx|U32|BhkFLAGS|BHK *hk Return the BHK's flags. @@ -849,7 +849,7 @@ preprocessing token; the type of C<arg> depends on C<which>. #define OP_LVALUE_NO_CROAK 1 /* -=head1 Custom Operators +=for apidoc_section Custom Operators =for apidoc Am|U32|XopFLAGS|XOP *xop Return the XOP's flags. @@ -945,7 +945,7 @@ typedef enum { (Perl_custom_op_get_field(x, XOPe_xop_ptr).xop_ptr) /* -=head1 Optree Manipulation Functions +=for apidoc_section Optree Manipulation Functions =for apidoc Am|const char *|OP_NAME|OP *o Return the name of the provided OP. For core ops this looks up the name @@ -1060,7 +1060,7 @@ C<sib> is non-null. For a higher-level interface, see C<L</op_sibling_splice>>. #define newSUB(f, o, p, b) newATTRSUB((f), (o), (p), NULL, (b)) /* -=head1 Hook manipulation +=for apidoc_section Hook manipulation */ #ifdef USE_ITHREADS |