projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c05e066
)
[PATCH] Add kerneldoc reference to CodingStyle
author
Pekka J Enberg
<penberg@cs.Helsinki.FI>
Sat, 10 Sep 2005 07:26:44 +0000
(
00:26
-0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Sat, 10 Sep 2005 17:06:28 +0000
(10:06 -0700)
Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Documentation/CodingStyle
patch
|
blob
|
blame
|
history
diff --git
a/Documentation/CodingStyle
b/Documentation/CodingStyle
index f25b3953f51398a023afd8b633aa5168313ccc4a..22e5f9036f3c193f88d14611b2e5fe669b2c9b9e 100644
(file)
--- a/
Documentation/CodingStyle
+++ b/
Documentation/CodingStyle
@@
-236,6
+236,9
@@
ugly), but try to avoid excess. Instead, put the comments at the head
of the function, telling people what it does, and possibly WHY it does
it.
+When commenting the kernel API functions, please use the kerneldoc format.
+See the files Documentation/kernel-doc-nano-HOWTO.txt and scripts/kernel-doc
+for details.
Chapter 8: You've made a mess of it