vijaygarry / doclava

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

http://developer.android.com/reference/java/util/Locale.html#getAvailableLocales() #33

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
every see also link here is to a different class, but droiddoc incorrectly 
elides the class name. if the class name != the current class' name, droiddoc 
should never elide the class name.

http://developer.android.com/reference/java/util/Locale.html#getAvailableLocales
()

Original issue reported on code.google.com by e...@google.com on 12 Jan 2011 at 11:00

GoogleCodeExporter commented 8 years ago
actually, it's more general than that. droiddoc seems to *always* elide the 
name. that's totally fucked. @links to Double.parseDouble and 
String.toLowerCase on the Locale page are shown as just "parseDouble" and 
"toLowerCase".

Original comment by e...@google.com on 12 Jan 2011 at 11:11