Searched refs:rustdoc (Results 1 – 13 of 13) sorted by relevance
| /linux/rust/ |
| H A D | Makefile | 4 rustdoc_output := $(objtree)/Documentation/output/rust/rustdoc 155 --crate-name $(subst rustdoc-,,$@) \ 171 rustdoc: rustdoc-core rustdoc-macros rustdoc-compiler_builtins \ target 172 rustdoc-kernel rustdoc-pin_init 186 $(Q)for f in $(rustdoc_output)/static.files/rustdoc-*.css; do \ 189 rustdoc-proc_macro2: private rustdoc_host = yes 190 rustdoc-proc_macro2: private rustc_target_flags = $(proc_macro2-flags) 191 rustdoc-proc_macro2: $(src)/proc-macro2/lib.rs rustdoc-clean FORCE 192 +$(call if_changed,rustdoc) 194 rustdoc-quote: private rustdoc_host = yes [all …]
|
| /linux/Documentation/translations/zh_CN/rust/ |
| H A D | index.rst | 29 给定一个内核配置,内核可能会生成 Rust 代码文档,即由 ``rustdoc`` 工具呈现的 HTML。 31 .. only:: rustdoc and html 33 该内核文档使用 `Rust 代码文档 <rustdoc/kernel/index.html>`_ 构建。 35 .. only:: not rustdoc and html
|
| H A D | general-information.rst | 21 Rust内核代码使用其内置的文档生成器 ``rustdoc`` 进行记录。 30 们,请使用 ``rustdoc`` 目标,并使用编译时使用的相同调用,例如:: 32 make LLVM=1 rustdoc 36 xdg-open Documentation/output/rust/rustdoc/kernel/index.html
|
| H A D | coding-guidelines.rst | 98 代码的常用系统:rustdoc工具,它使用Markdown(一种轻量级的标记语言)。 132 这个例子展示了一些 ``rustdoc`` 的特性和内核中遵循的一些惯例: 147 - Rust项目(函数、类型、常量……)必须有适当的链接(``rustdoc`` 会自动创建一个 156 要了解更多关于如何编写Rust和拓展功能的文档,请看看 ``rustdoc`` 这本书,网址是: 158 https://doc.rust-lang.org/rustdoc/how-to-write-documentation.html
|
| H A D | quick-start.rst | 166 rustdoc section in 开发依赖 169 ``rustdoc`` 是Rust的文档工具。它为Rust代码生成漂亮的HTML文档(详情请见 general-information.rst )。 171 ``rustdoc`` 也被用来测试文档化的Rust代码中提供的例子(称为doctests或文档测试)。 176 独立的安装程序也带有 ``rustdoc`` 。
|
| H A D | testing.rst | 62 在用户空间中,这些测试由 ``rustdoc`` 负责收集并运行。单独使用这个工具已经很有价值, 104 其中标明了原始测试的文件和行号(不是 ``rustdoc`` 生成的临时 Rust 文件位置)::
|
| /linux/Documentation/rust/ |
| H A D | general-information.rst | 23 Rust kernel code is documented using ``rustdoc``, its built-in documentation 42 the particular kernel configuration used. To generate them, use the ``rustdoc`` 45 make LLVM=1 rustdoc 49 xdg-open Documentation/output/rust/rustdoc/kernel/index.html
|
| H A D | quick-start.rst | 123 make LLVM=1 RUSTC=rustc-1.80 RUSTDOC=rustdoc-1.80 RUSTFMT=rustfmt-1.80 \ 293 rustdoc section in Requirements: Developing 296 ``rustdoc`` is the documentation tool for Rust. It generates pretty HTML 300 ``rustdoc`` is also used to test the examples provided in documented Rust code 307 The standalone installers also come with ``rustdoc``.
|
| H A D | coding-guidelines.rst | 196 Instead, the usual system for documenting Rust code is used: the ``rustdoc`` 232 This example showcases a few ``rustdoc`` features and some conventions followed 252 (``rustdoc`` will create a link automatically). 263 please take a look at the ``rustdoc`` book at: 265 https://doc.rust-lang.org/rustdoc/how-to-write-documentation.html
|
| H A D | testing.rst | 63 In userspace, the tests are collected and run via ``rustdoc``. Using the tool
|
| /linux/tools/docs/ |
| H A D | sphinx-build-wrapper | 705 rustdoc = self.check_rust(sphinxdirs_list) 706 if rustdoc: 707 args.extend(["-t", "rustdoc"]) 781 if rustdoc and target in ["htmldocs", "epubdocs"]: 788 cmd += [ "rustdoc"] 795 print(f"Ignored errors when building rustdoc: {e}. Is RUST enabled?",
|
| /linux/Documentation/ |
| H A D | Changes | 397 rustdoc 400 ``rustdoc`` is used to generate the documentation for Rust code. Please see
|
| /linux/ |
| H A D | Makefile | 534 RUSTDOC = rustdoc 1897 PHONY += rustdoc 1898 rustdoc: prepare target
|