inch-ci / inch_ci-web

Web frontend for Inch CI
http://inch-ci.org/
MIT License
139 stars 20 forks source link

Not all docs being included in report #65

Open trabus opened 9 years ago

trabus commented 9 years ago

Ember-cli recently started using inch-ci, and we noticed that several files aren't being included in the report somehow, even though they do have docs. This one, for instance is probably one of the more heavily documented files in the project, but nothing shows up for it in the report: http://inch-ci.org/github/ember-cli/ember-cli/branch/master

I was curious if maybe something in the docs was tripping up the worker parsing the files, or something to that effect. Please let me know if you need any more info!

rrrene commented 9 years ago

Hi there,

I fixed the problem with the missing objects (I did not properly detect members of modules tagged via @module). The result is a better report, but it still has its flaws.

For example, I need to fix this object that is tagged as @private but its members show up in my report as "undocumented".

Thanks for the bug report! :+1:

trabus commented 9 years ago

Awesome, thank you for fixing that, our report looks MUCH better! Please let me know if we can do anything from our end to help with improving this!