Re: @see in Javadoc not working
From: Mike (mike_at_n-o--s-p-a-m.luusac.co.uk)
Date: 10/15/03
- Next message: VisionSet: "Re: JSP form beginner question"
- Previous message: Toro: "Re: Link to an external application?"
- In reply to: Fredrik Lindner: "Re: @see in Javadoc not working"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 15 Oct 2003 10:45:49 +0100
Hi Fredrik,
that worked thanks !
In case anybody else has the same trouble with forte, go to
Tools -> Options -> Code Documentation -> Doclets -> Standard Doclet
In the 'link' property add
http://java.sun.com/j2se/1.4.2/docs/api/
or the url for the api ver you are using, you don't need the package-list on
the end.
Mike
"Fredrik Lindner" <fredrik.lindner@eponadata.se> wrote in message
news:bmj2q8$nikqs$1@ID-115012.news.uni-berlin.de...
> Hi Mike.
>
> I think that your problem is that you don't link your documentation to the
> javadocs of the standard API. In other words: the javadoc tool doesn't
> automatically know where external documentation (such as other javadocs)
> resides. To notify the tool about them you must use the -link option,
> http://java.sun.com/j2se/1.3/docs/tooldocs/win32/javadoc.html#link. Please
> note that this option is only available in the the standard doclet.
>
> Hope that helps
> /Fredrik
>
>
> "Mike" <mike@n-o--s-p-a-m.luusac.co.uk> wrote in message
> news:cF2jb.2947$mM1.2816@newsfep4-winn.server.ntli.net...
> > hi,
> >
> > I am trying to add some javadoc and am having problems with @see - the
> > referenced class is not appearing in the html file.
> >
> > I am trying to get a link to JSpinner with
> >
> > @see javax.swing.JSpinner
> >
> > I copied an example from
> > http://java.sun.com/j2se/1.3/docs/tooldocs/win32/javadoc.html#@see
> >
> > namely @see java.lang.String The String class
> >
> > but that doesn't work either - I just get "The String class" with no
link.
> > I am using Forte to interface with javadoc (with jdk 1.4) - but don't
see
> > any warnings in the console while it is generating the javadoc.
> >
> > What am I doing wrong ?
> >
> > Mike
> >
> >
> >
>
>
- Next message: VisionSet: "Re: JSP form beginner question"
- Previous message: Toro: "Re: Link to an external application?"
- In reply to: Fredrik Lindner: "Re: @see in Javadoc not working"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|