Skip to content

Commit

Permalink
Improved javadoc generation using a link tag, so that references to j…
Browse files Browse the repository at this point in the history
…ava library classes are resolved properly

Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
  • Loading branch information
gilleain authored and egonw committed Jun 17, 2010
1 parent 1523f66 commit 1f8bb2d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions javadoc.xml
Expand Up @@ -14,6 +14,9 @@
<property name="pathtojava3d" value="" />
<property name="build" value="build" />

<!-- Used in the html task to properly link to java library classes -->
<property name="javaURL" value="http://java.sun.com/j2se/1.5.0/docs/api/"/>

<path id="project.class.path">
<pathelement location="." />
<fileset dir="jar">
Expand Down Expand Up @@ -79,6 +82,7 @@
<packageset dir="${src}/main" defaultexcludes="yes">
<include name="org/openscience/cdk/**" />
</packageset>
<link href="${javaURL}"/>
</javadoc>
</target>

Expand Down

0 comments on commit 1f8bb2d

Please sign in to comment.