diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2010-09-11 15:55:26 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-09-11 16:49:21 -0700 |
commit | 39d709392ffc1d05f825191b07b7d865d434f282 (patch) | |
tree | 43144ded5c1dd923e98aed7417cdfda5acc52d58 /Makefile | |
parent | eda603f6cdba4b14dbf80531fab2fe545232e7a0 (diff) | |
download | linux-3.10-39d709392ffc1d05f825191b07b7d865d434f282.tar.gz linux-3.10-39d709392ffc1d05f825191b07b7d865d434f282.tar.bz2 linux-3.10-39d709392ffc1d05f825191b07b7d865d434f282.zip |
docbook: skip files with no docs since they generate scary warnings
Fix docbook templates that reference files that do not contain the
expected kernel-doc notation.
Fixes these warnings:
Warning(arch/x86/include/asm/unaligned.h): no structured comments found
Warning(lib/vsprintf.c): no structured comments found
These cause errors in the generated html output, like below, so drop
these lines.
Name
arch/x86/include/asm/unaligned.h - Document generation inconsistency
Oops
Warning
The template for this document tried to insert the structured comment from the file arch/x86/include/asm/unaligned.h at this point, but none was found. This dummy section is inserted to allow generation to continue.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions