Lines Matching refs:doc
52 // -*- mode:doc; -*-
237 next if ($j eq 'fname' || $j eq 'doc');
374 if (defined $json->{'tests'}{$name}{doc}) {
375 for my $doc (@{$json->{'tests'}{$name}{doc}}) {
378 if ($doc =~ s/^\[(.*)\]$/$1/) {
379 $doc = paragraph(bold(ucfirst(lc($doc))));
382 $content .= "$doc\n";
400 next if ($k eq "tags" || $k eq "fname" || $k eq "doc");