diff --git a/Documentation/translations/zh_CN/doc-guide/kernel-doc.rst b/Documentation/translations/zh_CN/doc-guide/kernel-doc.rst index b0427944f8f0..82ec84470c0b 100644 --- a/Documentation/translations/zh_CN/doc-guide/kernel-doc.rst +++ b/Documentation/translations/zh_CN/doc-guide/kernel-doc.rst @@ -14,8 +14,7 @@ Linux内核源文件可以包含kernel-doc格式的结构化文档注释,用 实际有着明显的不同。内核源包含成千上万个kernel-doc注释。请坚持遵循 此处描述的风格。 -.. note:: kernel-doc无法包含Rust代码:请参考 - :ref:`Documentation/rust/docs.rst `。 +.. note:: kernel-doc无法包含Rust代码:请参考 Documentation/rust/docs.rst 。 从注释中提取kernel-doc结构,并从中生成适当的 `Sphinx C 域`_ 函数和带有锚点的 类型描述。这些注释将被过滤以生成特殊kernel-doc高亮和交叉引用。详见下文。 diff --git a/Documentation/translations/zh_CN/doc-guide/parse-headers.rst b/Documentation/translations/zh_CN/doc-guide/parse-headers.rst index b471b0d4d67f..a08819e904ed 100644 --- a/Documentation/translations/zh_CN/doc-guide/parse-headers.rst +++ b/Documentation/translations/zh_CN/doc-guide/parse-headers.rst @@ -184,4 +184,4 @@ enum foo { BAR1, BAR2, PRIVATE }; 许可证 GPLv2:GNU GPL version 2 这是自由软件:你可以自由地修改和重新发布它。 -在法律允许的范围内,**没有任何保证**。 +在法律允许的范围内,**不提供任何保证**。