rust/src/doc
Dylan DPC 61372e1af6
Rollup merge of #82846 - GuillaumeGomez:doc-alias-list, r=jyn514
rustdoc: allow list syntax for #[doc(alias)] attributes

Fixes https://github.com/rust-lang/rust/issues/81205.

It now allows to have:

```rust
#[doc(alias = "x")]
// and:
#[doc(alias("y", "z"))]
```

cc ``@jplatte``
r? ``@jyn514``
2021-03-19 15:03:21 +01:00
..
book@fc2f690fc1 Update books 2021-03-16 09:23:11 -07:00
edition-guide@1da3c411f1 Update books 2021-02-16 17:19:28 -08:00
embedded-book@f61685755f Update books 2021-03-16 09:23:11 -07:00
man
nomicon@6fe476943a Update books 2021-03-16 09:23:11 -07:00
reference@e32a2f928f Update books 2021-03-16 09:23:11 -07:00
rust-by-example@eead22c6c0 Update books 2021-03-16 09:23:11 -07:00
rustc Rollup merge of #82733 - Yn0ga:master, r=estebank 2021-03-10 08:01:29 +09:00
rustc-dev-guide@67ebd4b55d Update books 2021-03-16 09:23:11 -07:00
rustdoc Allow doc alias attributes to use both list and value 2021-03-10 10:17:37 +01:00
unstable-book Show details in cfg version unstable book 2021-03-16 23:15:44 +08:00
complement-design-faq.md
complement-lang-faq.md
complement-project-faq.md
favicon.inc
footer.inc
full-toc.inc
grammar.md
guide-crates.md
guide-error-handling.md
guide-ffi.md
guide-macros.md
guide-ownership.md
guide-plugins.md
guide-pointers.md
guide-strings.md
guide-tasks.md
guide-testing.md
guide-unsafe.md
guide.md
index.md Add link to rust website 2020-11-04 11:06:42 +01:00
intro.md
not_found.md
redirect.inc
reference.md
robots.txt
rust.css Fix "run" button position in error index 2021-03-10 16:40:27 +01:00
rust.md
rustdoc.md
tutorial.md
version_info.html.template