MootCycle <[EMAIL PROTECTED]> writes:

> I've created two classes that I'd like to submit to the project, assuming
> they've been coded correctly.

Dan, your code looks good.  You make one assumption, though, which is not
valid in qooxdoo code: that the comments are primarily for the benefit of
someone reading the code.  In qooxdoo, those comments are used to auto-
generate the apiviewer data.  What this means is that each method must have
its own documentation even if there are three related methods (such as your
addNumericCondition(), addBetweenCondition(), and addRegex() methods).  Also,
you need to ensure that method documentation begins with /** (i.e. double
asterisk) or it will not be deemed "api documentation" by the generator of the
apiviewer data and will be ignored.

If you fix those issues and then tar up the files and email them to me, I'll
include them in the tree as soon as Jens lets me know that he's received the
(electronic) paperwork from you.

Thanks for your code submission!

Derrell

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to