<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
From: Pekka J Enberg &lt;penberg@cs.Helsinki.FI&gt;

Signed-off-by: Pekka Enberg &lt;penberg@cs.helsinki.fi&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
---

 Documentation/CodingStyle |    3 +++
 1 files changed, 3 insertions(+)

diff -puN Documentation/CodingStyle~add-kerneldoc-reference-to-codingstyle Documentation/CodingStyle
--- devel/Documentation/CodingStyle~add-kerneldoc-reference-to-codingstyle	2005-07-11 23:27:45.000000000 -0700
+++ devel-akpm/Documentation/CodingStyle	2005-07-11 23:27:45.000000000 -0700
@@ -236,6 +236,9 @@ ugly), but try to avoid excess.  Instead
 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
 
_
</pre></body></html>