diff options
| author | David Woodhouse <David.Woodhouse@intel.com> | 2008-10-13 12:13:56 -0400 |
|---|---|---|
| committer | David Woodhouse <David.Woodhouse@intel.com> | 2008-10-13 12:13:56 -0400 |
| commit | e758936e02700ff88a0b08b722a3847b95283ef2 (patch) | |
| tree | 50c919bef1b459a778b85159d5929de95b6c4a01 /scripts/kernel-doc | |
| parent | 239cfbde1f5843c4a24199f117d5f67f637d72d5 (diff) | |
| parent | 4480f15b3306f43bbb0310d461142b4e897ca45b (diff) | |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
Conflicts:
include/asm-x86/statfs.h
Diffstat (limited to 'scripts/kernel-doc')
| -rwxr-xr-x | scripts/kernel-doc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/kernel-doc b/scripts/kernel-doc index ff787e6ff8ed..44ee94d2ab76 100755 --- a/scripts/kernel-doc +++ b/scripts/kernel-doc | |||
| @@ -781,6 +781,7 @@ sub output_struct_xml(%) { | |||
| 781 | print " <refsect1>\n"; | 781 | print " <refsect1>\n"; |
| 782 | print " <title>Members</title>\n"; | 782 | print " <title>Members</title>\n"; |
| 783 | 783 | ||
| 784 | if ($#{$args{'parameterlist'}} >= 0) { | ||
| 784 | print " <variablelist>\n"; | 785 | print " <variablelist>\n"; |
| 785 | foreach $parameter (@{$args{'parameterlist'}}) { | 786 | foreach $parameter (@{$args{'parameterlist'}}) { |
| 786 | ($parameter =~ /^#/) && next; | 787 | ($parameter =~ /^#/) && next; |
| @@ -798,6 +799,9 @@ sub output_struct_xml(%) { | |||
| 798 | print " </varlistentry>\n"; | 799 | print " </varlistentry>\n"; |
| 799 | } | 800 | } |
| 800 | print " </variablelist>\n"; | 801 | print " </variablelist>\n"; |
| 802 | } else { | ||
| 803 | print " <para>\n None\n </para>\n"; | ||
| 804 | } | ||
| 801 | print " </refsect1>\n"; | 805 | print " </refsect1>\n"; |
| 802 | 806 | ||
| 803 | output_section_xml(@_); | 807 | output_section_xml(@_); |
