Hello all,
I've started looking into making the single tree docs sane. While most of the
issues where small things I expected, it seems there are several missing files.
In particular the *.dox files that were present in several of the libs doc
folder. At least Ecore and Evas had their examples.
On creating the documentation for elm_animator I noticed some oddities in it's
API:
There is no way to know if an animation is paused,
elm_animator_operating_get() returns true even when animation is paused, it
seems to me it would be good if it would return false in that case, if it's
felt tha