From: Michal Vaner Date: Sat, 13 Sep 2008 12:11:42 +0000 (+0200) Subject: Doc. system: Definition list has visible name X-Git-Tag: holmes-import~299 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=57d33d709e3224db82e17e94ea0ff0b8568f9b2a;p=libucw.git Doc. system: Definition list has visible name The link is just the symbol name, the one-line header is bellow it now. --- 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;