Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 31587
b: refs/heads/master
c: f47634b
h: refs/heads/master
i:
  31585: 79f2c82
  31583: ac4661e
v: v3
  • Loading branch information
Randy Dunlap authored and Linus Torvalds committed Jul 1, 2006
1 parent 99ac1b9 commit e143fd0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: faab17ba06d86adf5568f3e9ff914e124546d19e
refs/heads/master: f47634b276db6956998350e5fc26a0673fdb125c
5 changes: 4 additions & 1 deletion trunk/scripts/kernel-doc
Original file line number Diff line number Diff line change
Expand Up @@ -1119,7 +1119,10 @@ sub output_function_text(%) {
my %args = %{$_[0]};
my ($parameter, $section);

print "Function:\n\n";
print "Name:\n\n";
print $args{'function'}." - ".$args{'purpose'}."\n";

print "\nSynopsis:\n\n";
my $start=$args{'functiontype'}." ".$args{'function'}." (";
print $start;
my $count = 0;
Expand Down

0 comments on commit e143fd0

Please sign in to comment.