Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » SWT Api Doc
SWT Api Doc [message #457657] Thu, 30 June 2005 15:12 Go to next message
Ivan is currently offline IvanFriend
Messages: 149
Registered: July 2009
Senior Member
Hi all,

Why not make another copy of SWT api Doc from Eclipse SDK to SWT section
as well ? or else i need to download Eclipse SDK as well... which 9x MB...

Thanks
Re: SWT Api Doc [message #457658 is a reply to message #457657] Thu, 30 June 2005 15:20 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: hcs33.egon.gyaloglo.hu

Hi,

In the SWT download the sources are all in the src.jar. You can fairly easy
generate the javadoc from them...

Regards,
Csaba

Ivan wrote:
> Hi all,
>
> Why not make another copy of SWT api Doc from Eclipse SDK to SWT section
> as well ? or else i need to download Eclipse SDK as well... which 9x MB...
>
> Thanks
Re: SWT Api Doc [message #457659 is a reply to message #457658] Thu, 30 June 2005 15:21 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: hcs33.egon.gyaloglo.hu

Sorry. It is called *src.zip*.

Horv
Re: SWT Api Doc [message #457663 is a reply to message #457657] Thu, 30 June 2005 18:21 Go to previous messageGo to next message
Max Rotvel is currently offline Max RotvelFriend
Messages: 21
Registered: July 2009
Junior Member
On Thu, 30 Jun 2005 17:12:35 +0200, Ivan <ivanooi@gmail.com> wrote:

> Why not make another copy of SWT api Doc from Eclipse SDK to SWT
> section as well ? or else i need to download Eclipse SDK as well...
> which 9x MB...

Unpack src.zip from the swt package to a directory of your choice and run
a script similar to this:

rmdir /S /Q c:\dev\sdk\swtdoc
C:\Dev\sdk\j2sdk\bin\javadoc -d c:\dev\sdk\swtdoc -source 1.4
-docfilessubdirs -sourcepath
c:\dev\sdk\swtsrc\ -subpackages org.eclipse
pause

This assumes that the src.zip was unpacked to c:\dev\sdk\swtsrc\ and you
want the doc files in c:\dev\sdk\swtdoc. Off course if you're not on
Windows you'll need to change to commands as well.

Regards
--
Max - rotvel AT bolignet-aarhus DOT dk
Re: SWT Api Doc [message #457678 is a reply to message #457663] Fri, 01 July 2005 13:13 Go to previous message
Ivan is currently offline IvanFriend
Messages: 149
Registered: July 2009
Senior Member
thanks guys! :-D
Previous Topic:ctabfolder - close
Next Topic:new CLabel vIndent breaks my code
Goto Forum:
  


Current Time: Thu Apr 18 03:32:08 GMT 2024

Powered by FUDForum. Page generated in 0.01716 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top