Opened 14 years ago
Closed 13 years ago
#1938 closed defect (fixed)
Autogenerated API for Dojo Storage Wrong
Reported by: | bradneuberg | Owned by: | Neil Roberts |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | Doc parser | Version: | 0.4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
I noticed that my inline comments for src/storage.js did not get picked up, over at http://dojotoolkit.org/api/#dojo.storage on the autogenerated API page. Just a pointer for folks who are working on the API tool. There should be a bunch of methods listed there, under the object name ' dojo.storage', with a series of methods defined using dojo.declare (or maybe it's dojo.extend.... can't remember).
Change History (4)
comment:1 Changed 14 years ago by
Owner: | changed from owenwilson to owen |
---|
comment:2 Changed 14 years ago by
Description: | modified (diff) |
---|---|
Owner: | changed from owen to Neil Roberts |
comment:3 Changed 14 years ago by
Milestone: | 0.4.1 → 0.5 |
---|
Pushing to 0.5 since we ran out of time on 0.4.1.
comment:4 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in one of the many updates since this was filed.
Note: See
TracTickets for help on using
tickets.
Neil, it looks to me like this one is a parser thing. In /src/storage.js, there are a number of methods documented in the
call that do not seem to be in the api.xml or local.json output.