Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[PATCH] Add kerneldoc reference to CodingStyle

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>

authored by

Pekka J Enberg and committed by
Linus Torvalds
e776eba0 c05e0664

+3
+3
Documentation/CodingStyle
··· 236 236 of the function, telling people what it does, and possibly WHY it does 237 237 it. 238 238 239 + When commenting the kernel API functions, please use the kerneldoc format. 240 + See the files Documentation/kernel-doc-nano-HOWTO.txt and scripts/kernel-doc 241 + for details. 239 242 240 243 Chapter 8: You've made a mess of it 241 244