Closed wkeese closed 12 years ago
what’s with the // the export object
comment on the previous line? i wouldn’t be surprised if that was causing the dojodoc processor to think that it’s not a dojodoc block and to ignore it.
Cool, getting rid of the comment works around the problem. There was no special purpose to the comment, just an explanation of what the array
variable was.
I don’t think this is really a bug in the parser, it’s intentional, designed to avoid when someone does something like:
// blah blah blah, blah blah
// blah blah, something etc.
// TODO: Finish this
dojo/_base/array.js had:
Yet for some reason the summary didn't end up in the details.xml file.
Same for dojo/_base/unload.