by szopa@google.com:
Right now, the whole interface has one link, and its code is included in its entirety.
This is not very clear, as many interfaces are the main public entry point for many
libraries. What I would like to see:
1. The index should contain links to interface methods.
2. Interface methods doccomments should be displayed in a way similar to normal
method/function doccomments.
by szopa@google.com: