From e143fd0fd5a9cc6e7b2129d9687b4406d4dc9732 Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Sat, 1 Jul 2006 04:36:36 -0700 Subject: [PATCH] --- yaml --- r: 31587 b: refs/heads/master c: f47634b276db6956998350e5fc26a0673fdb125c h: refs/heads/master i: 31585: 79f2c829bcaa526b6856ed4c4376340fd943d122 31583: ac4661ebd73d5da3a1997f55d6a0b46761bfc991 v: v3 --- [refs] | 2 +- trunk/scripts/kernel-doc | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 31edc5c8530c..0bd9516235f7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: faab17ba06d86adf5568f3e9ff914e124546d19e +refs/heads/master: f47634b276db6956998350e5fc26a0673fdb125c diff --git a/trunk/scripts/kernel-doc b/trunk/scripts/kernel-doc index 0514e2505f7e..f9460a6218de 100755 --- a/trunk/scripts/kernel-doc +++ b/trunk/scripts/kernel-doc @@ -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;