scripts/kernel-doc: Do not process backslash lines in comments
[linux-2.6-block.git] / scripts / kernel-doc
index e8aefd258a29adfb37042715d75bb51988b1a9f5..4277af79de86592297d0e4fb57956030213dcb42 100755 (executable)
@@ -2331,7 +2331,7 @@ sub process_file($) {
 
     $section_counter = 0;
     while (<IN_FILE>) {
-       while (s/\\\s*$//) {
+       while (!/^ \*/ && s/\\\s*$//) {
            $_ .= <IN_FILE>;
        }
        # Replace tabs by spaces