From 57d33d709e3224db82e17e94ea0ff0b8568f9b2a Mon Sep 17 00:00:00 2001 From: Michal Vaner Date: Sat, 13 Sep 2008 14:11:42 +0200 Subject: [PATCH] Doc. system: Definition list has visible name The link is just the symbol name, the one-line header is bellow it now. --- build/doc-defs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/doc-defs b/build/doc-defs index 140cb2ed..8feb15fb 100755 --- a/build/doc-defs +++ b/build/doc-defs @@ -44,7 +44,7 @@ foreach( sort { ( $groups{$a->[2]} <=> $groups{$b->[2]} ) or ( $a->[3] cmp $b->[ $file =~ s/\.[^.]+$//; $text =~ s/\(/!!PARENT_OPEN!!/g; $text =~ s/(\.\.\.)/\\$1/g; - print OUT "- <<$file:$anchor,`$text`>>\n"; + print OUT "- <<$file:$anchor,`$name`>> +\n`$text`\n"; } close OUT; -- 2.39.2