rust/src/librustdoc/passes
kennytm a2b888675a
Implemented #[doc(cfg(...))].
This attribute has two effects:

1. Items with this attribute and their children will have the "This is
   supported on **** only" message attached in the documentation.

2. The items' doc tests will be skipped if the configuration does not
   match.
2017-08-10 13:43:59 +08:00
..
collapse_docs.rs rustdoc: use libsyntax ast::Attribute instead of "cleaning" them. 2016-11-24 01:40:52 +02:00
mod.rs Implemented #[doc(cfg(...))]. 2017-08-10 13:43:59 +08:00
propagate_doc_cfg.rs Implemented #[doc(cfg(...))]. 2017-08-10 13:43:59 +08:00
strip_hidden.rs rustdoc: use libsyntax ast::Attribute instead of "cleaning" them. 2016-11-24 01:40:52 +02:00
strip_priv_imports.rs Separate rustdoc passes into separate modules. 2016-09-25 17:40:16 -04:00
strip_private.rs Separate rustdoc passes into separate modules. 2016-09-25 17:40:16 -04:00
unindent_comments.rs Fix hard break issue 2017-03-31 12:16:03 -06:00