#5531 closed defect (invalid)
dojo.attr missing
Reported by: | guest | Owned by: | anonymous |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | General | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The documentation at http://redesign.dojotoolkit.org/?q=jsdoc/dojo/HEAD/object/dojo.attr/view/init&source last updated 12/27/2007 describes dojo.attr, which does not seem to exist in the reported file _base/html.js or anywhere else in version 1.0.2 or 1.0.0 of dojo. Is it somehow being hidden from grep or is entirely some other version of dojo being documented? If so, incorrect documentation is even worse than the standard no dojo documentation.
Change History (2)
comment:1 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 Changed 14 years ago by
maybe we shall introduce a "since" keyword in the inline document? such as
since 1.1
Note: See
TracTickets for help on using
tickets.
it is a new feature that appears only in trunk, and will be part of the 1.1 distribution. this just demonstrates why the API tool needs accurate versioning, and to be cleaned, and re-run against the various released versions available, when it works.
we admittedly should have snapshots available for the 1.0 and 1.0.2 versions as well as the "trunk api viewer", which is ultimately what redesign.dojotoolkit.org is ATM, lacking the versioning ... thankfully, only new methods are being added to the API, we are currently in a deprecation cycle so nothing will go missing on you.
marking as "invalid". The documentation is correct, though there is a bigger issue at hand here and you hit it on the head.