Skip to content

Commit 8234662

Browse files
committed
update PDL::Doc docs
1 parent dd09bd5 commit 8234662

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lib/PDL/Doc.pm

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -382,8 +382,8 @@ maintenance of this documentation for such functions the 'Doc' field
382382
has been introduced into the definition of C<pp_def> (see again L<PDL::PP>)
383383
which will take care that name and signature of the so defined function
384384
are documented in this way (for examples of this usage see, for example,
385-
the PDL::Slices module, especially F<slices.pd> and the resulting
386-
F<Slices.pm>). Similarly, the 'BadDoc' field provides a means of
385+
L<PDL::Slices>.
386+
Similarly, the 'BadDoc' field provides a means of
387387
specifying information on how the routine handles the presence of
388388
bad values: this will be automatically created if
389389
C<BadDoc> is not supplied, or set to C<undef>.
@@ -530,17 +530,17 @@ The symhash is a multiply nested hash ref with the following structure:
530530
Sig => 'signature string',
531531
Bad => 'bad documentation string',
532532
...
533-
},
534533
},
534+
},
535535
function_name => {
536536
module::name => {
537537
Module => 'module::name',
538538
Sig => 'signature string',
539539
Bad => 'bad documentation string',
540540
...
541-
},
542541
},
543-
}
542+
},
543+
};
544544
545545
The three-layer structure is designed to allow the symhash (and the
546546
underlying database) to handle functions that have the same name but

0 commit comments

Comments
 (0)