]> mj.ucw.cz Git - libucw.git/commitdiff
Doc. system: deflists have different formatting
authorMichal Vaner <vorner@ucw.cz>
Sat, 13 Sep 2008 17:04:27 +0000 (19:04 +0200)
committerMichal Vaner <vorner@ucw.cz>
Sat, 13 Sep 2008 17:04:27 +0000 (19:04 +0200)
The asciidoc definition lists are used, the items are aligned in two
columns.

build/doc-defs

index fc8112d842a31332e7898e02cec4c4118d97bf0c..1a5b3d138d044198ae9146c6a537e2727b28586d 100755 (executable)
@@ -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;