From: Pekka J Enberg Date: Sat, 10 Sep 2005 07:26:44 +0000 (-0700) Subject: [PATCH] Add kerneldoc reference to CodingStyle X-Git-Tag: upstream/snapshot3+hdmi~46036 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e776eba0feaea9a3eba7aff73f50701b9804b57f;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git [PATCH] Add kerneldoc reference to CodingStyle Signed-off-by: Pekka Enberg Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/Documentation/CodingStyle b/Documentation/CodingStyle index f25b395..22e5f90 100644 --- 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