X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=build%2Fdoc-defs;h=8e398250eadd2f37b6b4bdfcc48cfa5fd8bcc9ef;hb=e5321a543256a22300e16ad2f92b19d4fc30b5f4;hp=c3b683aeea9adcb1e4722efaee54d56bf4d1b451;hpb=426660b848319e3ff1e5d720807c46d9416b909e;p=libucw.git diff --git a/build/doc-defs b/build/doc-defs index c3b683ae..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"; }