]> git.lizzy.rs Git - rust.git/commit
std: Document builtin syntax extensions
authorAlex Crichton <alex@alexcrichton.com>
Tue, 1 Apr 2014 22:04:42 +0000 (15:04 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 3 Apr 2014 23:17:48 +0000 (16:17 -0700)
commit78937b9779b1dac99546922740935aa96c87b6be
tree6e76aab22ff26e10015aa6d43a996716ef1324dd
parentbb31cb8d2e4e415cbb71d368918d72902e655e01
std: Document builtin syntax extensions

These syntax extensions need a place to be documented, and this starts passing a
`--cfg dox` parameter to `rustdoc` when building and testing documentation in
order to document macros so that they have no effect on the compiled crate, but
only documentation.

Closes #5605
mk/docs.mk
mk/tests.mk
src/librustdoc/lib.rs
src/librustdoc/test.rs
src/libstd/macros.rs