Searched refs:rustdoc (Results 1 – 8 of 8) sorted by relevance
4 rustdoc_output := $(objtree)/Documentation/output/rust/rustdoc152 --crate-name $(subst rustdoc-,,$@) \168 rustdoc: rustdoc-core rustdoc-macros rustdoc-compiler_builtins \ target169 rustdoc-kernel rustdoc-pin_init183 $(Q)for f in $(rustdoc_output)/static.files/rustdoc-*.css; do \186 rustdoc-proc_macro2: private rustdoc_host = yes187 rustdoc-proc_macro2: private rustc_target_flags = $(proc_macro2-flags)188 rustdoc-proc_macro2: $(src)/proc-macro2/lib.rs rustdoc-clean FORCE189 +$(call if_changed,rustdoc)191 rustdoc-quote: private rustdoc_host = yes[all …]
21 Rust内核代码使用其内置的文档生成器 ``rustdoc`` 进行记录。30 们,请使用 ``rustdoc`` 目标,并使用编译时使用的相同调用,例如::32 make LLVM=1 rustdoc36 xdg-open Documentation/output/rust/rustdoc/kernel/index.html
62 在用户空间中,这些测试由 ``rustdoc`` 负责收集并运行。单独使用这个工具已经很有价值,104 其中标明了原始测试的文件和行号(不是 ``rustdoc`` 生成的临时 Rust 文件位置)::
712 rustdoc = self.check_rust(sphinxdirs_list)713 if rustdoc:714 args.extend(["-t", "rustdoc"])788 if rustdoc and target in ["htmldocs", "epubdocs"]:795 cmd += [ "rustdoc"]802 print(f"Ignored errors when building rustdoc: {e}. Is RUST enabled?",
196 Instead, the usual system for documenting Rust code is used: the ``rustdoc``232 This example showcases a few ``rustdoc`` features and some conventions followed252 (``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
63 In userspace, the tests are collected and run via ``rustdoc``. Using the tool
399 rustdoc402 ``rustdoc`` is used to generate the documentation for Rust code. Please see
538 RUSTDOC = rustdoc1830 @echo ' rustdoc - Generate Rust documentation'1937 PHONY += rustdoc1938 rustdoc: prepare target