diff --git a/fhem/contrib/commandref_join.pl b/fhem/contrib/commandref_join.pl index b7404cb3c..d084731ef 100755 --- a/fhem/contrib/commandref_join.pl +++ b/fhem/contrib/commandref_join.pl @@ -204,7 +204,8 @@ generateModuleCommandref($$;$$) if($dosMode); # TODO: add doc to each $jsfile print "*** $lang $fPath: No document text found\n" - if(!$jsFile && !$suffix && !$docCount && !$dosMode && $fPath !~ m,/99_,); + if(!$jsFile && !$suffix && !$docCount && !$dosMode && + $fPath !~ m,/99_, && !$noWarnings); if(!$jsFile && $suffix && !$docCount && !$dosMode) { if($lang eq "DE" && $fh) { print $fh <0 ? "missing":"there are too many")."\n" - if($nrEnd); + if($nrEnd && !$noWarnings); }