On Mon, Aug 12, 2013 at 12:15 PM, Evan Martin <mart...@danga.com> wrote:
> I love that there are cross-references within the code snippets.  It's great
> to be able to quickly look up what a trait means.  I noticed that "prelude"
> in the discussion on http://seld.be/rustdoc/master/std/index.html isn't a
> link, is that easy to make work or is it too Javadoc-y to need to mark up
> cross references in free text like that?
>

Sure, a plugin could implement this. It would not be very easy,
though, it'd need to hook into `resolve`, which I don't know how to
do.

>
> Speaking of the prelude, I noticed that these docs, like the old rust docs,
> don't say anything in the prelude.  Is that possible to fix?  That was one
> of the first places I wanted to skim when I was trying to get a handle on
> the language.
>

As I said, documentation of `pub use` (which is all the prelude
consists of) is the last missing piece of functionality.
_______________________________________________
Rust-dev mailing list
Rust-dev@mozilla.org
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to