[PATCH] kernel-doc: consistent text/man mode output
authorRandy.Dunlap <rdunlap@xenotime.net>
Sat, 1 Jul 2006 11:36:34 +0000 (04:36 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 1 Jul 2006 16:56:04 +0000 (09:56 -0700)
commit1d7e1d4517f11ebeb80f92e227c8fdbc3215385c
tree8512de18d137a976eb056b2c5d4ccd66e2949b79
parentdd535a5965cef7551da34aef5cec47f46e97b6d9
[PATCH] kernel-doc: consistent text/man mode output

Add a space between data type and struct field name in man-mode
bitfield struct output so that they don't run together.

For text-mode struct output, print the struct 'purpose' or
short description (as done in man-mode output).

For text-mode enum output, print the enum 'purpose' or
short description (as done in man-mode output).

For text-mode typedef output, print the typedef 'purpose' or
short description (as done in man-mode output).

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
scripts/kernel-doc