RvonMassow / xDoc

Xtext documentation Language
33 stars 15 forks source link

Representation of CodeBlocks in EclipseHelp not stable #53

Closed szarnekow closed 13 years ago

szarnekow commented 13 years ago

The representation seems to change between div:literallayout div:incode and span:inlinecode without changes in the input model.

szarnekow commented 13 years ago

Seems to be caused by XdocGenerator#generate(CodeBlock cb, Map<AbstractSection, String> fileNames) which actually modifies the model in line val block = cb.removeIndent

RvonMassow commented 13 years ago

should be stable now