Searched refs:rustdoc (Results 1 – 13 of 13) sorted by relevance
4 rustdoc_output := $(objtree)/Documentation/output/rust/rustdoc80 --crate-name $(subst rustdoc-,,$@) \94 rustdoc: rustdoc-core rustdoc-macros rustdoc-compiler_builtins \ target95 rustdoc-alloc rustdoc-kernel102 $(Q)for f in $(rustdoc_output)/static.files/rustdoc-*.css; do \105 rustdoc-macros: private rustdoc_host = yes106 rustdoc-macros: private rustc_target_flags = --crate-type proc-macro \108 rustdoc-macros: $(src)/macros/lib.rs FORCE109 $(call if_changed,rustdoc)111 rustdoc-core: private rustc_target_flags = $(core-cfgs)[all …]
9 .. only:: rustdoc and html11 You can also browse `rustdoc documentation <rustdoc/kernel/index.html>`_.13 .. only:: not rustdoc and html15 This documentation does not include rustdoc generated information.
13 Rust kernel code is documented using ``rustdoc``, its built-in documentation25 the particular kernel configuration used. To generate them, use the ``rustdoc``28 make LLVM=1 rustdoc32 xdg-open Documentation/output/rust/rustdoc/kernel/index.html
109 Instead, the usual system for documenting Rust code is used: the ``rustdoc``145 This example showcases a few ``rustdoc`` features and some conventions followed165 (``rustdoc`` will create a link automatically).176 please take a look at the ``rustdoc`` book at:178 https://doc.rust-lang.org/rustdoc/how-to-write-documentation.html
177 rustdoc section in Requirements: Developing180 ``rustdoc`` is the documentation tool for Rust. It generates pretty HTML184 ``rustdoc`` is also used to test the examples provided in documented Rust code191 The standalone installers also come with ``rustdoc``.
98 代码的常用系统:rustdoc工具,它使用Markdown(一种轻量级的标记语言)。132 这个例子展示了一些 ``rustdoc`` 的特性和内核中遵循的一些惯例:147 - Rust项目(函数、类型、常量……)必须有适当的链接(``rustdoc`` 会自动创建一个156 要了解更多关于如何编写Rust和拓展功能的文档,请看看 ``rustdoc`` 这本书,网址是:158 https://doc.rust-lang.org/rustdoc/how-to-write-documentation.html
20 Rust内核代码使用其内置的文档生成器 ``rustdoc`` 进行记录。29 们,请使用 ``rustdoc`` 目标,并使用编译时使用的相同调用,例如::31 make LLVM=1 rustdoc
146 rustdoc section in 开发依赖149 ``rustdoc`` 是Rust的文档工具。它为Rust代码生成漂亮的HTML文档(详情请见 general-information.rst )。151 ``rustdoc`` 也被用来测试文档化的Rust代码中提供的例子(称为doctests或文档测试)。156 独立的安装程序也带有 ``rustdoc`` 。
65 ALLSPHINXOPTS += -t rustdoc110 $(Q)$(MAKE) rustdoc || true
390 rustdoc393 ``rustdoc`` is used to generate the documentation for Rust code. Please see
94 #![cfg_attr(not(bootstrap), allow(rustdoc::redundant_explicit_links))]
390 rustdoc subsection393 ``rustdoc`` is used to generate the documentation for Rust code. Please see
502 RUSTDOC = rustdoc1711 PHONY += rustdoc1712 rustdoc: prepare target