You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 31, 2017. It is now read-only.
Do you have any thoughts on the way this should be handled? It seems impossible with dojodoc. jsdoc could handle it just fine but we have no processor for that yet.
I had one suggestion above but it's kind of yucky because the module is both using exports and returning a value.
This seems like a similar problem to NodeList-fx.js etc., where we need a summary/description on the module itself, which overrides whatever summary/description is attached to the return value.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It's near-impossible to setup a summary/description for modules using "exports". For example see dojo/dom-attr.js.
I tried to hack it with by adding this to the end of the file, but it didn't work:
See also http://bugs.dojotoolkit.org/ticket/13769#comment:40, it's not trivial to remove the use of exports.
The text was updated successfully, but these errors were encountered: