Skip to content

Commit

Permalink
Fix pod for Datatype_conversions so 'apropos types' finds it
Browse files Browse the repository at this point in the history
This wouldn't be necessary if we had keywords in the PDL
docs database and tools.
  • Loading branch information
devel-chm committed Mar 7, 2013
1 parent c600415 commit 1709994
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Basic/Core/Core.pm.PL
Expand Up @@ -2859,11 +2859,13 @@ sub PDL::convert {
# XXX Be sure to update these when new types are added!
=pod
byte|short|ushort|long|longlong|float|double convert shorthands
=for ref
byte|short|ushort|long|longlong|float|double (shorthands to convert datatypes)
=cut

print OUT "=for ref\n\n$convertalts convert shorthands\n\n=cut\n\n";
print OUT "=for ref\n\n$convertalts (shorthands to convert datatypes)\n\n=cut\n\n";

print OUT '# line ' . (__LINE__ + 2) . <<'!NO!SUBS!';
"Basic/Core/Core.pm.PL (i.e. PDL::Core.pm)"
Expand Down

0 comments on commit 1709994

Please sign in to comment.