k4zy / doclava

Automatically exported from code.google.com/p/doclava
Apache License 2.0
0 stars 0 forks source link

"See Also" just says why to see, not what to see #20

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
See 
http://google-guice.googlecode.com/svn/trunk/javadoc/com/google/inject/Injector.
html#getProvider%28com.google.inject.Key%3CT%3E%29 for an example.  The javadoc 
just says: 
-- 
See Also
    * for an alternative that offers up front error detection
--
(where 'for an ...' is a link), but it really should show 'Binder.getProvider' 
as the link & 'for an ...' as a non-linked description, like how Throws works.

Original issue reported on code.google.com by sberlin on 5 Oct 2010 at 3:16