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
Yuidoc seems to be correctly picking up the description for my main module, but incorrectly sources it to a completely different file (this one, specifically). It seems to attribute it to the last file alphabetically that is part of that module - if I delete service.js, it attributes it to router.js, the previous file alphabetically.
You can see this in action on the documentation site, immediately below the "denali" header, where it attributes the Denali module to lib/runtime/service.js.
How can I get it to attribute the source to the correct file (lib/index.js)?
The text was updated successfully, but these errors were encountered:
Yuidoc seems to be correctly picking up the description for my main module, but incorrectly sources it to a completely different file (this one, specifically). It seems to attribute it to the last file alphabetically that is part of that module - if I delete
service.js
, it attributes it torouter.js
, the previous file alphabetically.You can see this in action on the documentation site, immediately below the "denali" header, where it attributes the Denali module to
lib/runtime/service.js
.How can I get it to attribute the source to the correct file (lib/index.js)?
The text was updated successfully, but these errors were encountered: