copy documentation from element to undocumented anonymous type
Brought to you by:
pabigot
If an anonymous type is used to define the content of an element, that type has no documentation annotation, and the containing element does have a documentation annotation, it would be nice to use the element's documentation as the Python docstring for the generated class associated with the element's content, since the element itself cannot have documentation associated with it.
Fixed for 1.2.x in {{{
commit 77c7e057a991a8f51f4251dc4b8d35245d1ba1a3
Author: Peter A. Bigot <pab@‌>
Date: Fri Nov 2 06:24:38 2012 -0500
}}}