Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330143
b: refs/heads/master
c: 6547842
h: refs/heads/master
i:
  330141: 98aca99
  330139: 9d8f12c
  330135: e41d4e5
  330127: 9fa2cc0
  330111: 9f7a0a2
v: v3
  • Loading branch information
Daniel Santos authored and Linus Torvalds committed Oct 5, 2012
1 parent b73ab2b commit 9a86118
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 14864655c0f1fafe690c6a44086e83a4ac08b6f6
refs/heads/master: 654784284430bf2739985914b65e09c7c35a7273
3 changes: 3 additions & 0 deletions trunk/scripts/kernel-doc
Original file line number Diff line number Diff line change
Expand Up @@ -2046,6 +2046,9 @@ sub process_file($) {

$section_counter = 0;
while (<IN>) {
while (s/\\\s*$//) {
$_ .= <IN>;
}
if ($state == 0) {
if (/$doc_start/o) {
$state = 1; # next line is always the function name
Expand Down

0 comments on commit 9a86118

Please sign in to comment.