k4zy / doclava

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

add federation support for @see tag #39

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create class extending from federated project (e.g. CustomView extends View 
in android)
2. add @see tag in JavaDoc (e.g. @see TypedValue#COMPLEX_UNIT_PT)
3. generate documentation

What is the expected output? What do you see instead?
expected: Link to federated project in "See Also"
actual: Link to non existent page (/reference/null#COMPLEX_UNIT_PT)

Original issue reported on code.google.com by dominik....@gmail.com on 19 May 2011 at 2:42