[PATCH] kernel-doc for lib/cmdline.c
authorRandy Dunlap <rdunlap@xenotime.net>
Sun, 25 Jun 2006 12:48:58 +0000 (05:48 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 25 Jun 2006 17:01:20 +0000 (10:01 -0700)
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>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Documentation/DocBook/kernel-api.tmpl

index 920aed8..428c217 100644 (file)
@@ -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">