X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=build%2Fdoc-defs;h=8e398250eadd2f37b6b4bdfcc48cfa5fd8bcc9ef;hb=0053f1a862cd0c2f359a4d12f0fdd35b17d18906;hp=b18a8b3d4a687c1ab68bec6bdce17c2a58e2fa26;hpb=9f5cb2fc129fa75bd519009a9505cfa14de52106;p=libucw.git diff --git a/build/doc-defs b/build/doc-defs index b18a8b3d..8e398250 100755 --- a/build/doc-defs +++ b/build/doc-defs @@ -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"; }