Re: @see in Javadoc not working

From: Mike (mike_at_n-o--s-p-a-m.luusac.co.uk)
Date: 10/15/03


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
> >
> >
> >
>
>



Relevant Pages

  • Re: Modifying A Pixel in a Pictures color
    ... BTW, very nice site Mike. ... then you won't be able to use the VB picture box anyway ... >> and you'll have to use the various API methods. ...
    (microsoft.public.vb.general.discussion)
  • Re: How to suspend Windows?
    ... Mike, I think what he wants to do is modalize (and possibly make it appear ... I don't think that can be done with the Power Management API ... So you didn't download the API Guide using the link that Steve ...
    (microsoft.public.vb.general.discussion)
  • Re: GDI+
    ... Thanks again Mike, but it does not access the API in a visible way... ... > class is only a wrapper class to access the GDI Flat APIs. ... >> This UDF returns the fullpath of the temporary bitmap created by the ...
    (microsoft.public.fox.programmer.exchange)
  • Re: Onoe for Mike D
    ... I guess I am asking how to elevate my programs rights so that I can do all ... my API tricks...in Vista ... |> Mike, ...
    (microsoft.public.vb.general.discussion)
  • Re: Get imports for program
    ... It's virtually impossible to program Java effectively without the API ... reference at hand, ... ... One tab of FF is open to the JavaDocs ...
    (comp.lang.java.help)

Loading