Opened 10 years ago
Closed 8 years ago
#13746 closed task (fixed)
API for version 1.4 and up should make readers aware of requirements
Reported by: | echosa | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.8 |
Component: | Doc parser | Version: | 1.4.0 |
Keywords: | api, require, parent, nodelist | Cc: | |
Blocked By: | Blocking: |
Description (last modified by )
As the summary says, specifically, but probably not limited to, the NodeList.parent() function. It requires NodeList-traverse, but this is not documented in the API.
Change History (3)
comment:1 Changed 9 years ago by
Component: | Documentation → Doc parser |
---|---|
Description: | modified (diff) |
Owner: | set to Tom Trenka |
Status: | new → assigned |
comment:2 Changed 8 years ago by
Owner: | changed from Tom Trenka to bill |
---|
Not sure if this is still an issue or not, but shooting it back to you.
comment:3 Changed 8 years ago by
Milestone: | tbd → 1.8 |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Ah yes, this is specified in the 1.8 API guide (see http://dojotoolkit.org/api/1.8/dojo/NodeList), in the details section. Not planning to do it for API <= 1.7, so this is either fixed or wontfix depending on your point of view.
Note: See
TracTickets for help on using
tickets.
Colin said the new doc parser will track where each method came from (i.e. it will track that NodeList.parent() is defined in NodeList-traverse.js, but is referenced from the NodeList module), so API viewer needs to display that.