inch-ci / inch_ci-web

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

Javascript: not showing all methods #56

Open scaljeri opened 9 years ago

scaljeri commented 9 years ago

In this repo I have a file called di.js. However, in the report only two documented functions are evaluated/shown, but there are a lot more in that file!

Re: scaljeri/javascript-dependency-injection

rrrene commented 9 years ago

Hi there, this indeed looks wrong. I will investigate when I get home. Thanks for the heads up!

maboiteaspam commented 9 years ago

Hi!

Same kind of issue there https://inch-ci.org/github/maboiteaspam/cluc/branch/master

See my source code, unfortunately (and this is why i love your project), it s very poorly documented https://github.com/maboiteaspam/cluc/blob/master/lib/cluc-childprocess-context.js

Only methods from the top level scope are shown.

besides that, really cool!