Details
-
Type:
Wish
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 1.0, 2.0
-
Fix Version/s: None
-
Component/s: metadata, parameter, referencing, util
-
Labels:
Description
GeoAPI is made almost exclusively of interfaces. The interface hierarchy in GeoAPI is used in the same way than class hierarchy. Unfortunatly, javadoc currently show all parents interfaces in a list, which make it more difficult to read. It would be nice if the interfaces hierarchy could be formatted in the usual tree.
This whish will be easier to fix if Sun Microsystems fix the following RFE:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4793967
Otherwise, maybe we can twick the javadoc using some custom doclet derived from the standard one.