Lines Matching refs:doc
95 #![doc(html_root_url = "https://docs.rs/quote/1.0.35")]
116 #[doc(hidden)]
125 #[doc(hidden)]
197 /// [`From`]: https://doc.rust-lang.org/std/convert/trait.From.html
383 /// ### Interpolating text inside of doc comments
385 /// Neither doc comments nor string literals get interpolation behavior in
398 /// #[doc = "try to interpolate: #ident"]
402 /// Instead the best way to build doc comments that involve variables is by
403 /// formatting the doc string literal outside of quote.
416 /// #[doc = #msg]
481 #[cfg(doc)]
489 #[cfg(not(doc))]
579 /// [`Sync`]: https://doc.rust-lang.org/std/marker/trait.Sync.html
620 #[cfg(doc)]
628 #[cfg(not(doc))]
675 #[doc(hidden)]
686 #[doc(hidden)]
696 #[doc(hidden)]
718 #[doc(hidden)]
729 #[doc(hidden)]
808 #[doc(hidden)]
825 #[doc(hidden)]
842 #[doc(hidden)]
857 #[doc(hidden)]
872 #[doc(hidden)]
945 #[doc(hidden)]
1003 #[doc(hidden)]
1224 #[doc(hidden)]