Opened 13 years ago
Closed 10 years ago
#10519 closed defect (wontfix)
type info for dojo.is* does not parse right
Reported by: | Adam Peller | Owned by: | Neil Roberts |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | Doc parser | Version: | 1.4.0 |
Keywords: | Cc: | dante | |
Blocked By: | Blocking: |
Description
http://api.dojotoolkit.org/jsdoc/HEAD/dojo.isIE
the "| undefined" shows up in the description
Probably because the space is treated as a delimiter, though this seems inconsistent with argument type info where /* */ allows spaces
Note: See
TracTickets for help on using
tickets.
Hmm, well dojo/_base/sniff has been changed to just tell people to look at dojo/sniff, which doesn't have the deprecated dojo.is* flags at all.
They are listed in http://dojotoolkit.org/api/1.8/dojo/_base/kernel, and the booleans are flagged correctly, but the numeric ones are listed as type Object rather than type Number.
In any case should probably close this as wontfix since those flags are deprecated in favor of has("ie"), etc., and will be removed in 2.0.
Of course, documenting all the has(...) flags is another bigger challenge.