aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/DocBook/kernel-api.tmpl
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@xenotime.net>2006-06-25 08:48:59 -0400
committerLinus Torvalds <torvalds@g5.osdl.org>2006-06-25 13:01:20 -0400
commit2f72100c01dd31d769097c58874e8ab1e70b2518 (patch)
treee8f654f519f56ac37de88533e3d93a3e80cb6454 /Documentation/DocBook/kernel-api.tmpl
parent28e83baac20e3fe624af89a55eb06c2a7cab6828 (diff)
[PATCH] kernel-doc for lib/crc*.c
Make kernel-doc corrections & additions to lib/crc*.c. Add crc functions to kernel-api.tmpl in DocBook. 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/DocBook/kernel-api.tmpl')
-rw-r--r--Documentation/DocBook/kernel-api.tmpl6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/DocBook/kernel-api.tmpl b/Documentation/DocBook/kernel-api.tmpl
index 428c217d9e87..82d0cdcabc31 100644
--- a/Documentation/DocBook/kernel-api.tmpl
+++ b/Documentation/DocBook/kernel-api.tmpl
@@ -129,6 +129,12 @@ X!Ilib/string.c
129 <sect1><title>Command-line Parsing</title> 129 <sect1><title>Command-line Parsing</title>
130!Elib/cmdline.c 130!Elib/cmdline.c
131 </sect1> 131 </sect1>
132
133 <sect1><title>CRC Functions</title>
134!Elib/crc16.c
135!Elib/crc32.c
136!Elib/crc-ccitt.c
137 </sect1>
132 </chapter> 138 </chapter>
133 139
134 <chapter id="mm"> 140 <chapter id="mm">