Open
Description
One of the things I kinda dislike about esdoc, was that if you were running your own watch task on your source and you make a single doc change, esdoc would have to run on the entire code base again to generate the documentation.
It would be great if it was possible to have a watch task that would only run on the diff changes. This would be a great addition if you are in documentation writing mode.