]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - Documentation/translations/zh_CN/CodingStyle
docs-rst: doc-guide: split the kernel-documentation.rst contents
[mirror_ubuntu-artful-kernel.git] / Documentation / translations / zh_CN / CodingStyle
index b027380427992dd3c738d6df92e7d832eed61e60..dc101f48e713c42305f1a2f9d7232d95f367d90f 100644 (file)
@@ -399,7 +399,7 @@ C是一个简朴的语言,你的命名也应该这样。和 Modula-2 和 Pasca
 些事情的原因。
 
 当注释内核API函数时,请使用 kernel-doc 格式。请看
-Documentation/kernel-documentation.rst和scripts/kernel-doc 以获得详细信息。
+Documentation/doc-guide/和scripts/kernel-doc 以获得详细信息。
 
 Linux的注释风格是 C89 “/* ... */” 风格。不要使用 C99 风格 “// ...” 注释。