]> mj.ucw.cz Git - libucw.git/blobdiff - build/doc-defs
Opt: Constify
[libucw.git] / build / doc-defs
index b18a8b3d4a687c1ab68bec6bdce17c2a58e2fa26..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";
 }