Opened 14 years ago
Closed 13 years ago
#2172 closed defect (fixed)
[api ref] dojo.data methods do not show up in API reference
Reported by: | skinner | Owned by: | Neil Roberts |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Doc parser | Version: | 0.4.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
Most of the dojo.data files have doc comments, but those doc comments don't show up in the API reference page.
For example, here's the dojo.data.core.Read source code, which has 10 methods with comments:
And here's the API reference page for dojo.data.core.Read, which does not show any of the 10 methods, or their comments:
Change History (4)
comment:1 Changed 14 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 14 years ago by
Owner: | changed from owen to Neil Roberts |
---|
comment:3 Changed 13 years ago by
Milestone: | → 1.1 |
---|---|
Priority: | normal → high |
severity: | normal → major |
coincidentally, the dojo data api now produces this output, 9 months later:
* warning: Invalid argument supplied for foreach() in /var/www/html/modules/node/node.module on line 521. * warning: implode() [function.implode]: Bad arguments. in /var/www/html/modules/node/node.module on line 525. * user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 query: SELECT n.nid, n.vid, n.type, n.status, n.created, n.changed, n.comment, n.promote, n.sticky, r.timestamp AS revision_timestamp, r.title, r.body, r.teaser, r.log, r.format, u.uid, u.name, u.picture, u.data FROM node n INNER JOIN users u ON u.uid = n.uid INNER JOIN node_revisions r ON r.vid = n.vid WHERE in /var/www/html/includes/database.mysql.inc on line 172.
when viewing the page:
http://redesign.dojotoolkit.org/?q=jsdoc/dojo/HEAD/object/dojo.data.api.Read
comment:4 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Neil, this seems to be a parser issue. Dojo.data.core.read.getValue is defined so:
and the XML output is so:
So the "summary:" seems to be getting knocked out by the "exceptions:" block. ???