search for: jsdoc

Displaying 4 results from an estimated 4 matches for "jsdoc".

Did you mean: csdoc
2008 Jan 20
1
Prototype.js with jsDoc-toolkit?
Is anyone else using jsdoc-toolkit with Prototype.js? It works great on plain ''ol JavaScript, but seems to have some problems using Prototype 1.6-style classes and inheritance. For example, if I do something like: <code> /** * @class Foo * @extends Bar */ Foo = Class.create(Bar, { /** * @construct...
2006 Apr 20
0
Javascript Documentation Generator
Does anyone know of a JSDoc tool that is - a) Good b) Understands the following way of declaring a function var temp = function() {} I found JSDoc to be very cool and I had all my code commented that way till I figured out that it doesn''t work with the above syntax. /** * @author Foo */ function temp() { } WORKS...
2006 Feb 12
0
dragging and dropping with scriptaculous
...way to do this with dragdrop.js? 2. i was not familiar with prototype or scriptaculous before today, so i have faced a little bit of a learning curve. some of these would be easier if the code were commented, since the amount of comments right now is right around 0. i''ve started to insert jsdoc comments in dragdrop.js for the sake of my own sanity. perhaps i could provide these to everyone else as well? 3. if there is no easy way to do this with the functionality in dragdrop.js, i am going to add the functionality myself; i can also add a functional test. perhaps i could provide this code...
2009 Feb 09
15
Mapstraction v2 architecture demo - work in progress
Hi guys, Been working on this over the past few evenings and, although it''s not actually working yet, I thought I''d give you a first glance. The core mapstraction stuff is about 1800 lines with the Google implementation code adding another 500. Original mapstraction is 5353 lines so we''re looking at 5800 for this version if you were to include all provider