bbatsche / entrust

Role-based Permissions for Laravel 4
MIT License
3 stars 4 forks source link

API Documentation #13

Closed tonglil closed 9 years ago

tonglil commented 9 years ago

Added a API documentation generator based on docblocks.

The example gh-page is here: http://tonglil.github.io/entrust/master/index.html, which can be created by creating a branch like this: https://github.com/tonglil/entrust/tree/gh-pages.

I find this kind of doc really helpful when I'm looking to see what the library can do for me (searching for public methods) and identify the components of a library.

Let me know if you have any issues setting it up.