X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=Documentation%2FCodingStyle;h=a096836723cad4e0a57619ee2263d7be0276c1d9;hb=6c4c137e5035e0e17fa40c223fa0a3167e0f65fa;hp=9a70ddd16584bd92b1f834286adf6706ced4f0dc;hpb=b340941af9d85ca74d3efacb7210e95296c484aa;p=cascardo%2Flinux.git diff --git a/Documentation/CodingStyle b/Documentation/CodingStyle index 9a70ddd16584..a096836723ca 100644 --- a/Documentation/CodingStyle +++ b/Documentation/CodingStyle @@ -458,7 +458,7 @@ of the function, telling people what it does, and possibly WHY it does it. When commenting the kernel API functions, please use the kernel-doc format. -See the files Documentation/kernel-doc-nano-HOWTO.txt and scripts/kernel-doc +See the files Documentation/kernel-documentation.rst and scripts/kernel-doc for details. Linux style for comments is the C89 "/* ... */" style.