Closed
Description
- Which comment styles
///
get translated to docs - How to use the
rustdoc
command -
#[doc]
attributes:inline
,no_inline
,hidden
- Playpen integration
- Do we have "[doctests(https://docs.python.org/2/library/doctest.html)]"? i.e. examples in the docs that get tested to match some expected output
- The std docs have been generated using
rustdoc
!