Skip to content

Commit

Permalink
A bit more documentation of make_targetable().
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeenan committed Apr 15, 2010
1 parent da4c759 commit db2e0c7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions lib/ExtUtils/ParseXS/Utilities.pm
Expand Up @@ -476,13 +476,14 @@ sub process_single_typemap {
=item * Purpose
Populate C<%targetable>.
Populate C<%targetable>. This constitutes a refinement of the output of
C<process_typemaps()> with respect to its fourth output, C<$output_expr_ref>.
=item * Arguments
%targetable = make_targetable(\%output_expr);
%targetable = make_targetable($output_expr_ref);
Reference to C<%output_expr>.
Single hash reference: the fourth such ref returned by C<process_typemaps()>.
=item * Return Value
Expand Down

0 comments on commit db2e0c7

Please sign in to comment.