Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » js library file - what is the format?
js library file - what is the format? [message #232186] Fri, 05 June 2009 17:54 Go to next message
Sheshadri Mantha is currently offline Sheshadri ManthaFriend
Messages: 8
Registered: July 2009
Junior Member
hi;
our project defines javascript classes in c/c++ (a la SpiderMonkey); and
i'd like to define stubs for these classes that specify the classnames,
methods and properties... so that code highlighting and syntax checking
would be accurate.

questions:
1) is there a specific format to a js library file - one that has not have
documentation for each class/method/property
2) any sample js library file available ? if so - where can i get it?
(even the firebug js file is ok... just want to look at something that
works with JSDT and emulate that syntax).
3) where can i learn about jsdoc syntax ?

kindest regards,
Sheshadri
Re: js library file - what is the format? [message #232235 is a reply to message #232186] Mon, 08 June 2009 02:44 Go to previous message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4435
Registered: July 2009
Senior Member

Sheshadri Mantha wrote:
> our project defines javascript classes in c/c++ (a la SpiderMonkey); and
> i'd like to define stubs for these classes that specify the classnames,
> methods and properties... so that code highlighting and syntax checking
> would be accurate.
>
> questions:
> 1) is there a specific format to a js library file - one that has not
> have documentation for each class/method/property
> 2) any sample js library file available ? if so - where can i get
it?
> (even the firebug js file is ok... just want to look at something
that
> works with JSDT and emulate that syntax).
> 3) where can i learn about jsdoc syntax ?

The format is plain JavaScript; just leave your method contents
empty. Documentation is still encouraged since it improves accuracy
of return types and argument types. All of the provided libraries
are in this format, as they're emulating what a compliant runtime
would provide. Tags are documented at the JSDoc Wiki,
http://code.google.com/p/jsdoc-toolkit/w/list .

--
---
Nitin Dahyabhai
Eclipse WTP Source Editing
IBM Rational


_
Nitin Dahyabhai
Eclipse Web Tools Platform
Previous Topic:User libraries not copied
Next Topic:WSDLValidator is internal
Goto Forum:
  


Current Time: Fri Apr 26 03:04:42 GMT 2024

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

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

Back to the top