patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / scripts / kernel-doc
index 945a28b..a331dfd 100755 (executable)
@@ -1304,6 +1304,8 @@ sub create_parameterlist($$$) {
     }
     
     foreach my $arg (split($splitter, $args)) {
+       # strip comments
+       $arg =~ s/\/\*.*\*\///;
         # strip leading/trailing spaces
         $arg =~ s/^\s*//;
        $arg =~ s/\s*$//;