Searched refs:rustdoc (Results 1 – 7 of 7) sorted by relevance
62 --crate-name $(subst rustdoc-,,$@) \76 rustdoc: rustdoc-core rustdoc-macros rustdoc-compiler_builtins \ target77 rustdoc-alloc rustdoc-kernel86 >> $(objtree)/$(obj)/doc/rustdoc.css88 rustdoc-macros: private rustdoc_host = yes89 rustdoc-macros: private rustc_target_flags = --crate-type proc-macro \91 rustdoc-macros: $(src)/macros/lib.rs FORCE92 $(call if_changed,rustdoc)94 rustdoc-core: private rustc_target_flags = $(core-cfgs)95 rustdoc-core: $(RUST_LIB_SRC)/core/src/lib.rs FORCE[all …]
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 rustdoc
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
157 rustdoc subsection160 ``rustdoc`` is the documentation tool for Rust. It generates pretty HTML164 ``rustdoc`` is also used to test the examples provided in documented Rust code171 The standalone installers also come with ``rustdoc``.
376 rustdoc379 ``rustdoc`` is used to generate the documentation for Rust code. Please see
376 rustdoc subsubsection379 ``rustdoc`` is used to generate the documentation for Rust code. Please see
505 RUSTDOC = rustdoc1805 PHONY += rustdoc1806 rustdoc: prepare target