From 4e122be8c3d145c4b05c127a855a164c53aea219 Mon Sep 17 00:00:00 2001 From: Michal Vaner Date: Sat, 13 Sep 2008 19:04:27 +0200 Subject: [PATCH] Doc. system: deflists have different formatting The asciidoc definition lists are used, the items are aligned in two columns. --- build/doc-defs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2