From: Michal Vaner Date: Sat, 13 Sep 2008 17:04:27 +0000 (+0200) Subject: Doc. system: deflists have different formatting X-Git-Tag: holmes-import~297 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=4e122be8c3d145c4b05c127a855a164c53aea219;p=libucw.git Doc. system: deflists have different formatting The asciidoc definition lists are used, the items are aligned in two columns. --- diff --git a/build/doc-defs b/build/doc-defs index fc8112d8..1a5b3d13 100755 --- a/build/doc-defs +++ b/build/doc-defs @@ -58,7 +58,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,`$name`>> +\n`$text`\n"; + print OUT "<<$file:$anchor,`$name`>>:: `$text`\n"; } close OUT;