Home
last modified time | relevance | path

Searched refs:rustdoc (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.1/rust/
DMakefile62 --crate-name $(subst rustdoc-,,$@) \
76 rustdoc: rustdoc-core rustdoc-macros rustdoc-compiler_builtins \ target
77 rustdoc-alloc rustdoc-kernel
86 >> $(objtree)/$(obj)/doc/rustdoc.css
88 rustdoc-macros: private rustdoc_host = yes
89 rustdoc-macros: private rustc_target_flags = --crate-type proc-macro \
91 rustdoc-macros: $(src)/macros/lib.rs FORCE
92 $(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 …]
/Linux-v6.1/Documentation/rust/
Dgeneral-information.rst13 Rust kernel code is documented using ``rustdoc``, its built-in documentation
25 the particular kernel configuration used. To generate them, use the ``rustdoc``
28 make LLVM=1 rustdoc
Dcoding-guidelines.rst109 Instead, the usual system for documenting Rust code is used: the ``rustdoc``
145 This example showcases a few ``rustdoc`` features and some conventions followed
165 (``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
Dquick-start.rst157 rustdoc subsection
160 ``rustdoc`` is the documentation tool for Rust. It generates pretty HTML
164 ``rustdoc`` is also used to test the examples provided in documented Rust code
171 The standalone installers also come with ``rustdoc``.
/Linux-v6.1/Documentation/
DChanges376 rustdoc
379 ``rustdoc`` is used to generate the documentation for Rust code. Please see
/Linux-v6.1/Documentation/process/
Dchanges.rst376 rustdoc subsubsection
379 ``rustdoc`` is used to generate the documentation for Rust code. Please see
/Linux-v6.1/
DMakefile505 RUSTDOC = rustdoc
1805 PHONY += rustdoc
1806 rustdoc: prepare target