File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -382,8 +382,8 @@ maintenance of this documentation for such functions the 'Doc' field
382382has been introduced into the definition of C<pp_def> (see again L<PDL::PP>)
383383which will take care that name and signature of the so defined function
384384are 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
387387specifying information on how the routine handles the presence of
388388bad values: this will be automatically created if
389389C<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
545545The three-layer structure is designed to allow the symhash (and the
546546underlying database) to handle functions that have the same name but
You can’t perform that action at this time.
0 commit comments