Messages in this thread Patch in this message |  | | Date | Tue, 13 Jun 2006 18:49:26 -0700 | From | "Randy.Dunlap" <> | Subject | [PATCH 2/3] kernel-doc for lib/cmdline.c |
| |
From: Randy Dunlap <rdunlap@xenotime.net>
Add a new chapter for kernel-lib functions to kernel-api.tmpl. Add lib/cmdline.c to the new kernel-lib chapter.
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net> --- Documentation/DocBook/kernel-api.tmpl | 13 +++++++++++++ 1 files changed, 13 insertions(+)
--- linux-2617-rc6.orig/Documentation/DocBook/kernel-api.tmpl +++ linux-2617-rc6/Documentation/DocBook/kernel-api.tmpl @@ -112,10 +112,23 @@ X!Ilib/string.c <sect1><title>Bit Operations</title> !Iinclude/asm-i386/bitops.h </sect1> + </chapter> + + <chapter id="kernel-lib"> + <title>Basic Kernel Library Functions</title> + + <para> + The Linux kernel provides more basic utility functions. + </para> + <sect1><title>Bitmap Operations</title> !Elib/bitmap.c !Ilib/bitmap.c </sect1> + + <sect1><title>Command-line Parsing</title> +!Elib/cmdline.c + </sect1> </chapter> <chapter id="mm">
--- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |