<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
    <title></title>
  </head>
  <body bgcolor="#ffffff" text="#000000">
    <font face="DejaVu Sans">Hi,<br>
      <br>
      I think, jQuery must not be documented. But your own functions
      wich uses jQuery.<br>
      You can use (like phpDocumentor too) link tags to the original
      jQuery<br>
      documentation.<br>
      <br>
      jQuery uses it's own coding style, cause it's to large (thousand
      lines of code, many<br>
      plugins). It's to much to change jQuery into a JSDoc format.<br>
      <br>
      Regards<br>
      Michael<br>
    </font><br>
    Am 12.08.2010 21:35, schrieb Ninad Pundalik:
    <blockquote
      cite="mid:AANLkTinTcuPFoOsQpEFL_GFbg58610x2CG-RLAj23Mh=@mail.gmail.com"
      type="cite">
      <pre wrap="">Hi,

This is the last week for the Google Summer of Code, and we are
supposed to be documenting our code changes.  The coding guidelines on
the phpMyAdmin Wiki say that the comment syntax must be JSDoc
compatible.

As JSDoc is no longer maintained, I downloaded JSDoc-Toolkit, and
tried running it on some of my jQuery and JavaScript code.  The
toolkit could correctly parse all the functions written in JavaScript,
but it could not document the jQuery procedural code.  I searched on
the net, but could not see any examples of jQuery code being
documented with this toolkit.  There are examples of jQuery plugins
and functions being documented with JSDoc-Toolkit, but could not find
anything for simple jQuery scripts.

Has anyone seen JSDoc working with jQuery? (or for that matter, any
other JavaScript library.  We could learn from how it was implemented
for them.)  I discussed this issue with Ankit today, but even he was
trying to figure out how to do this.  If there is no such example
available, how do we proceed for this week, before we submit our code
samples to Google?  The comments will be part of my code, whether the
toolkit can parse them or not.

</pre>
    </blockquote>
  </body>
</html>