Javadocs not creating links for String, etc.

D

Dan W

I am creating Javadocs for a project I am working on and on the
created pages it is not giving links to String and the sort. Example,
for a constructor on a javadoc page, instead of having ...

public FooBar(String foo, String bar) ...

where 'String' before foo and bar is a link, I get ...

public FooBar(java.lang.String foo, java.lang.String bar) ...

where the 'java.lang.String' 's are not links.

Does anyone know if this is just the way it is, or if it is path
thing, or if I need to set a parameter when I call javadoc.exe? Any
help would be appreciated.
Thanks,
Dan Wilson
 
C

Carlton S. Anderson

Take a look at the -link and -linkoffline command line arguments
for javadoc.
 
C

Carlton S. Anderson

Take a look at the -link and -linkoffline command line arguments
for javadoc.
 

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

Members online

No members online now.

Forum statistics

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

Latest Threads

Top