Pascal Gloor 5年前
コミット
3e46360174
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      bin/autodoc_process.pl

+ 1
- 1
bin/autodoc_process.pl ファイルの表示

@@ -67,7 +67,7 @@ sub detect_lang {
my @larr;
my %lcnt;

foreach my $word ( split(/ /,$txt) ) {
foreach my $word ( split(/[ '".-]/,$txt) ) {
$word = lc($word);
my $lang;
print "$word ";

読み込み中…
キャンセル
保存