aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@xenotime.net>2006-06-25 08:48:58 -0400
committerLinus Torvalds <torvalds@g5.osdl.org>2006-06-25 13:01:20 -0400
commit28e83baac20e3fe624af89a55eb06c2a7cab6828 (patch)
treedc9855f9c7f4f775ff081853409909967deaf3d0 /Documentation
parent6e1907ffdc694023712b5e6516933a29e1be954f (diff)
[PATCH] kernel-doc for lib/cmdline.c
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>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/DocBook/kernel-api.tmpl13
1 files changed, 13 insertions, 0 deletions
diff --git a/Documentation/DocBook/kernel-api.tmpl b/Documentation/DocBook/kernel-api.tmpl
index 920aed8465a8..428c217d9e87 100644
--- a/Documentation/DocBook/kernel-api.tmpl
+++ b/Documentation/DocBook/kernel-api.tmpl
@@ -112,10 +112,23 @@ X!Ilib/string.c
112 <sect1><title>Bit Operations</title> 112 <sect1><title>Bit Operations</title>
113!Iinclude/asm-i386/bitops.h 113!Iinclude/asm-i386/bitops.h
114 </sect1> 114 </sect1>
115 </chapter>
116
117 <chapter id="kernel-lib">
118 <title>Basic Kernel Library Functions</title>
119
120 <para>
121 The Linux kernel provides more basic utility functions.
122 </para>
123
115 <sect1><title>Bitmap Operations</title> 124 <sect1><title>Bitmap Operations</title>
116!Elib/bitmap.c 125!Elib/bitmap.c
117!Ilib/bitmap.c 126!Ilib/bitmap.c
118 </sect1> 127 </sect1>
128
129 <sect1><title>Command-line Parsing</title>
130!Elib/cmdline.c
131 </sect1>
119 </chapter> 132 </chapter>
120 133
121 <chapter id="mm"> 134 <chapter id="mm">