I want to create documents for the models and controller of my application. Even for a rake task, any background task. Since I have thousands of lines of comments inside the code, an explanation of all the actions of the functions.
I do not need documents for the rails, so
rake doc:rails
useless to me.
Usecase is the developer’s internal detailed notes.
source
share