[jQuery] jQuery documentation, Aptana and scriptDoc support

[jQuery] jQuery documentation, Aptana and scriptDoc support


I'm just crawling back into the programming world after a long hiatus,
and noticed a new "generate HTML docs" button in Aptana. If you
follow the scriptDoc standards, it generates a pretty decent output
with one click. Their code assist functionality pulls from these
scriptDoc blocks as well which should mean easier coding with plugins
if plugin authors start using that standard. The one missing param in
their list is @example, so I'm hoping that engine can be extended.
More documentation here:
http://aptana.com/docs/index.php/Documenting_your_code_using_ScriptDoc
I've been digging for a while now, and I still can't find any official
documentation specs for the jQuery documentation system. Can someone
point me to that engine? It would be useful, I think, if there was
some official location for documentation specs, the docs engine and
other information that will improve the experience of creating really
useful documentation for jQuery plugins.