VoxaAI / voxa-generator

MIT License
0 stars 4 forks source link

Add reference to Voxa on each file #2

Closed rmberrios closed 7 years ago

rmberrios commented 7 years ago

For each file should be a reference to voxa functions so developers can get easily into it

armonge commented 7 years ago

like, states.js

/*
* States are the controller part of the Voxa's mvc model
* more info at http://voxa.readthedocs.io/en/latest/controllers.html
*/
rmberrios commented 7 years ago

Yes, also we should add the reference to the method, something like:

/**
 * If you want to handle a specific state onIntent
 * see more http://voxa.readthedocs.io/en/latest/controllers.html#the-onintent-helper
 */