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

Interesting problem 5
Javadoc question 4
make not needed 32
Linking Jars 11
Maven generates needless javadocs for generated classes 1
Javadoc warning 0
Suppress deprecation warnings 9
Adding Javadoc to Netbeans 6.1 11

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,048
Latest member
verona

Latest Threads

Top