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