Home
last modified time | relevance | path

Searched defs:RenderOptions (Results 1 – 9 of 9) sorted by relevance

/third_party/rust/rust/src/librustdoc/
Dconfig.rs210 pub(crate) struct RenderOptions { struct
212 pub(crate) output: PathBuf,
214 pub(crate) external_html: ExternalHtml,
217 pub(crate) id_map: IdMap,
221 pub(crate) playground_url: Option<String>,
224 pub(crate) module_sorting: ModuleSorting,
227 pub(crate) themes: Vec<StylePath>,
229 pub(crate) extension_css: Option<PathBuf>,
231 pub(crate) extern_html_root_urls: BTreeMap<String, String>,
233 pub(crate) extern_html_root_takes_precedence: bool,
[all …]
Dmarkdown.rs42 options: RenderOptions, in render()
Dcore.rs305 render_options: RenderOptions, in run_global_ctxt()
Dlib.rs691 renderopts: config::RenderOptions, in run_renderer()
Dscrape_examples.rs277 mut renderopts: config::RenderOptions, in run()
/third_party/rust/rust/src/librustdoc/formats/
Drenderer.rs25 options: RenderOptions, in init()
53 options: RenderOptions, in run_format()
/third_party/rust/rust/src/librustdoc/json/
Dmod.rs112 options: RenderOptions, in init()
/third_party/rust/rust/src/librustdoc/html/render/
Dcontext.rs443 options: RenderOptions, in init()
450 let RenderOptions { in init() localVariable
Dwrite_shared.rs40 options: &RenderOptions, in write_shared()