Skip to content

Commit

Permalink
[PATCH] kernel-doc for lib/cmdline.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Randy Dunlap authored and Linus Torvalds committed Jun 25, 2006
1 parent 6e1907f commit 28e83ba
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Documentation/DocBook/kernel-api.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit 28e83ba

Please sign in to comment.