]> mj.ucw.cz Git - libucw.git/blobdiff - build/doc-defs
JSON: Remove unused includes
[libucw.git] / build / doc-defs
index c3b683aeea9adcb1e4722efaee54d56bf4d1b451..8e398250eadd2f37b6b4bdfcc48cfa5fd8bcc9ef 100755 (executable)
@@ -57,7 +57,7 @@ foreach( sort { ( $groups{$a->[2]} <=> $groups{$b->[2]} ) or ( $a->[3] cmp $b->[
        $file = $dircp."/".$file;
        $file =~ s/^\///;
        $file =~ s/\.[^.]+$//;
-       $text =~ s/(\.\.\.)/\\$1/g;
+       $text =~ s/(\.\.\.|\*|'|#|_)/\\$1/g;
        print OUT "<<$file:$anchor,`$name`>>:: `$text`\n";
 }