RvonMassow / xDoc

Xtext documentation Language
33 stars 15 forks source link

Improve API of Xdoc.ecore #61

Open JanKoehnlein opened 12 years ago

JanKoehnlein commented 12 years ago

There is no common method to get the subsections of an abstract section, which could be very useful in several genric contexts. Also a generic common interface for AbstractSection refs to access the referred section would be pleasant.

RvonMassow commented 12 years ago

I agree with that. Currently, I use the o.e.x.xdoc.generator.AbstractSectionExtension for that task.