kernel-doc: strip C99 comments
authorRandy Dunlap <randy.dunlap@oracle.com>
Thu, 19 Jul 2007 08:48:24 +0000 (01:48 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 19 Jul 2007 17:04:45 +0000 (10:04 -0700)
commit51f5a0c8f63990fcb6e09ed52be348df58c9e416
tree208bf8a3f4cb24a1375dad5d5107991571248300
parent5f8c7c98ae3888cf0a2cf320f514f75cc92f00be
kernel-doc: strip C99 comments

Strip C99-style comments from the input stream.
/*...*/ comments are already stripped.
C99 comments confuse the kernel-doc script.

Also update some comments.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/kernel-doc