 |
AppletTalk.com Java discussions newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Lionel van den Berg Guest
|
Posted: Sat Apr 07, 2007 4:56 am Post subject: javadoc @link not inserting link but plain text |
|
|
I'm using @link in my javadoc in Netbeans. When I get Netbeans to
generate the javadoc it inserts everything correctly but it doesn't
create a link, it's just text. E.g.
{@link #methodName() methodName()}
produces "methodName()" in the javadoc
{@link #methodName()}
produces "#methodName()" in the javadoc (not the # at the front).
Do I need to tell Netbeans/javadoc to add links?
Thanks
Lionel. |
|
| Back to top |
|
 |
Lionel van den Berg Guest
|
Posted: Sun Apr 08, 2007 2:29 am Post subject: Re: javadoc @link not inserting link but plain text |
|
|
Lionel van den Berg wrote:
| Quote: | I'm using @link in my javadoc in Netbeans. When I get Netbeans to
generate the javadoc it inserts everything correctly but it doesn't
create a link, it's just text. E.g.
{@link #methodName() methodName()}
produces "methodName()" in the javadoc
{@link #methodName()}
produces "#methodName()" in the javadoc (not the # at the front).
Do I need to tell Netbeans/javadoc to add links?
|
My bad. I had mis-spelled methodName and I've got so many errors in my
Javadoc at the moment that I didn't think to search through the warnings
to figure out what might be going wrong!
Thanks
Lionel |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|