dpc / mioco.pre-0.9

Scalable, coroutine-based, asynchronous IO handling library for Rust programming language. (aka MIO COroutines).
Mozilla Public License 2.0
457 stars 30 forks source link

Method documentation of `TcpListener` and `TcpStream` is unreachable #117

Open troplin opened 8 years ago

troplin commented 8 years ago

In the documentation overview, the link leads to: http://dpc.pw/mioco/mioco/tcp/type.TcpListener.html

That page is almost empty, most of the documentation is on the following page: http://dpc.pw/mioco/mioco/tcp/struct.TcpListener.html which can only be found with the search function.

This seems to be the case for all typedefs. To me it looks like a rustdoc bug

dpc commented 8 years ago

I see. I'll see if I can help somewhat.

dpc commented 8 years ago

It's probably caused by https://github.com/rust-lang/rust/issues/32077

dpc commented 8 years ago

http://dpc.pw/mioco/mioco/tcp/struct.TcpListener.html was actually stale page from the time when TcpListener was struct and not type=.