Revision 6ae66f720708051989c2d5e2956cd748069f74c2
Committed on 18/12/2013 10:40 pm by
Mike van Riel <mike.vanriel@naenius.com> [GitHub Diff]
Roles in the RST XHTML visitor did not have their SourceVisitor set
In my project I use the visitor to retrieve objects that are shared between roles and directives. Directives have their setSourceVisitor() method called to store the calling visitor on the directive; Roles also have a setSourceVisitor() method but this is not called during the visit. This commit changes that.