owja / ioc

:unicorn: lightweight (<1kb) inversion of control javascript library for dependency injection written in typescript
MIT License
287 stars 13 forks source link

Inline Documentation #33

Open hbroer opened 5 years ago

hbroer commented 5 years ago

People suggested to add some inline documentation because they have problems to understand how the library works. This should be fixed.

vic1707 commented 2 years ago

by inline you mean the JSDoc ?

hbroer commented 2 years ago

hey, yea kind of. I think it can help others to understand what is going on to add some documentation to the classes, functions and methods. Also how the decorator works etc. This has no high priority.

I don't like to add jsdoc types manualy and I did not do any research yet on a solution to add/update jsdoc automaticaly based on typescript types.