#1732 closed task (fixed)
generate list of dojo widgets
Reported by: | carlavmott | Owned by: | dante |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | General | Version: | 0.3 |
Keywords: | book, doctool | Cc: | [email protected]… |
Blocked By: | Blocking: |
Description
Part 3 should contain a list of widgets provide by Dojo. Each widget should link to the API doc section which describes that widget.
Change History (6)
comment:1 Changed 14 years ago by
Milestone: | 0.4.1 → 0.5 |
---|
comment:2 Changed 14 years ago by
I think the best thing to do would to have the docparser make a separate .json file of classes found when it its run. The list could then be used to export to book pages, doh tests, benchmark tests, et al.
comment:3 Changed 14 years ago by
Keywords: | doctool added |
---|---|
Milestone: | 0.9 → 1.0 |
Owner: | changed from anonymous to dante |
Status: | new → assigned |
comment:4 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [10673]) fixes #4606 - moves all dijit .json data files into dijit/tests/_data and changes tests to point to new url. ref this ticket if I miss anything additional
fixes #1732 - new datafile dijits.json - created using utils/docscripts parser. _inspector.html is a simple splitpane view exploring the data (classname + summary + description + example). shows very clearly what doc parser isn't picking up as far as summary texts go.
You can get the list from namespaces/dojo.js. I don't want to tie the doc stuff to 0.4.1 though so I'm pushing to 0.5 (understanding you want to finish it this year)