diff options
author | Mauro Carvalho Chehab <mchehab@kernel.org> | 2022-06-26 12:10:52 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2022-07-07 22:09:59 +0300 |
commit | 695c62a823a5798245a5a9c99ea62b65d6f50d6e (patch) | |
tree | 03e87002968d21ef72f8ed9422e8d90d6ecca194 /Documentation/translations | |
parent | e13ce769a00658c9ccc0ead9954c43558056a7d8 (diff) | |
download | linux-695c62a823a5798245a5a9c99ea62b65d6f50d6e.tar.xz |
docs: zh_CN: fix a broken reference
The location of the rust doc is wrong (probably a typo). Fix it.
Fixes: 3a5915156429 ("docs/zh_CN: Add translation zh_CN/doc-guide/kernel-doc.rst")
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Link: https://lore.kernel.org/r/94fe771609d32583fee41f47fe29433cbce5b04e.1656234456.git.mchehab@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/translations')
-rw-r--r-- | Documentation/translations/zh_CN/doc-guide/kernel-doc.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/translations/zh_CN/doc-guide/kernel-doc.rst b/Documentation/translations/zh_CN/doc-guide/kernel-doc.rst index 82ec84470c0b..ccfb9b8329c2 100644 --- a/Documentation/translations/zh_CN/doc-guide/kernel-doc.rst +++ b/Documentation/translations/zh_CN/doc-guide/kernel-doc.rst @@ -14,7 +14,7 @@ Linux内核源文件可以包含kernel-doc格式的结构化文档注释,用 实际有着明显的不同。内核源包含成千上万个kernel-doc注释。请坚持遵循 此处描述的风格。 -.. note:: kernel-doc无法包含Rust代码:请参考 Documentation/rust/docs.rst 。 +.. note:: kernel-doc无法包含Rust代码:请参考 Documentation/rust/general-information.rst 。 从注释中提取kernel-doc结构,并从中生成适当的 `Sphinx C 域`_ 函数和带有锚点的 类型描述。这些注释将被过滤以生成特殊kernel-doc高亮和交叉引用。详见下文。 |