javadoc Linking Classes

B

Bryan R. Meyer

Suppose I have source files a.java, b.java, and c.java that I wrote
myself.

c.java has a constructor that takes an instance of class a as a
parameter.

When I run javadoc, there is no link to the documentation page for the
a class in the class c constructor on the c documentation page (where
the a class instance is a parameter).

How do I fix this? I know how to link the regular documentation from
the Sun website, but I can't figure out how to get my own classes to
link together.

Thanks,
Bryan
 
M

Michael Borgwardt

Bryan said:
Suppose I have source files a.java, b.java, and c.java that I wrote
myself.

c.java has a constructor that takes an instance of class a as a
parameter.

When I run javadoc, there is no link to the documentation page for the
a class in the class c constructor on the c documentation page (where
the a class instance is a parameter).

How do I fix this? I know how to link the regular documentation from
the Sun website, but I can't figure out how to get my own classes to
link together.

Run Javadoc on all the classes at the same time, not separately.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top