diff options
author | Jonathan Corbet <corbet@lwn.net> | 2016-11-19 18:28:58 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-11-19 18:28:58 +0100 |
commit | ca9667fcc855676aa5c35978f201034d38790829 (patch) | |
tree | f52523e399b6938fd79b0b0c25b3c55e27600e55 /Documentation/translations/zh_CN/CodingStyle | |
parent | doc: Document the new inline struct member kernel-doc style (diff) | |
parent | parse-headers.rst: add an introduction to the man page (diff) | |
download | linux-ca9667fcc855676aa5c35978f201034d38790829.tar.xz linux-ca9667fcc855676aa5c35978f201034d38790829.zip |
Merge branch 'mauro-doc' into docs-next
Diffstat (limited to 'Documentation/translations/zh_CN/CodingStyle')
-rw-r--r-- | Documentation/translations/zh_CN/CodingStyle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/translations/zh_CN/CodingStyle b/Documentation/translations/zh_CN/CodingStyle index b02738042799..dc101f48e713 100644 --- a/Documentation/translations/zh_CN/CodingStyle +++ b/Documentation/translations/zh_CN/CodingStyle @@ -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 风格 “// ...” 注释。 |