dojo / dapi

Dojo 1 - API viewer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

properties and property summary missing

lbod opened this issue · comments

commented

@wkeese - Looks like it's a bug in the dapi js-doc-parse exporter as details.json doesn't have a properties object for dojo/parser

See http://dapi.eu01.aws.af.cm/api/1.8/dojo/parser and compare with http://dojotoolkit.org/api/1.8/dojo/parser

I compared them, they are basically the same, there are no properties listed in either one.

@wkeese - Looks like it's a bug in the dapi js-doc-parse exporter as details.json doesn't have a properties object for dojo/parser

What makes you think that's a bug? The parser just doesn't have any properties.

commented

There are 2 private properties shown in the DTK api for dojo/parser : _attrName & _query

I see.

Those flags are added in a monkey-patch from dojox/dtl/_Templated.js, and I don't think they should be showing up in the doc anyway. So, while it's true that there was a change in js-doc-parse's behavior, I don't think it was a bad change.

So, shall we close this?

commented

Yes, I'm happy if you are