Skip to content
Snippets Groups Projects
Commit e776eba0 authored by Pekka J Enberg's avatar Pekka J Enberg Committed by Linus Torvalds
Browse files

[PATCH] Add kerneldoc reference to CodingStyle

parent c05e0664
Branches
Tags
No related merge requests found
...@@ -236,6 +236,9 @@ ugly), but try to avoid excess. Instead, put the comments at the head ...@@ -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 of the function, telling people what it does, and possibly WHY it does
it. 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 Chapter 8: You've made a mess of it
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment