Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cross-project-issues-dev] Javadoc generation / package-list

Hi,

Our Java code uses many Platform interfaces and classes and when we would like to have hrefs to the Platform Javadocs in our generated Javadocs. The Ant script we're using contains this:

  <javadoc ...>
	...

	<link href="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api"; />

  </javadoc>

Unfortunately no clickable links end up in our docs. I have the feeling this is because the help center servlet renders a full frameset when <javadoc> requests the package-list file (instead of returning just the file contents).

Is there a way to properly link with other doc plugins in the shared help center?

Cheers
/Eike

----
http://www.esc-net.de
http://thegordian.blogspot.com
http://twitter.com/eikestepper




Back to the top