Fix doxygen warnings with worklet base classes
Some versions of doxygen have issues with documenting typedef
s (or the
equivalent using
). This was causing warnings with doxygen and failing
to create some of the documentation. This fixes the problem by moving the
documentation to the classes things are defined to.