commit | 51f5a0c8f63990fcb6e09ed52be348df58c9e416 | [log] [tgz] |
---|---|---|
author | Randy Dunlap <randy.dunlap@oracle.com> | Thu Jul 19 01:48:24 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Thu Jul 19 10:04:45 2007 -0700 |
tree | 208bf8a3f4cb24a1375dad5d5107991571248300 | |
parent | 5f8c7c98ae3888cf0a2cf320f514f75cc92f00be [diff] |
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>