DFHack / df-structures

Dwarf Fortress data structure descriptions
https://github.com/DFHack/dfhack
116 stars 81 forks source link

Prevent codegen comments from being duplicated #740

Closed vallode closed 6 months ago

vallode commented 6 months ago

This PR prevents dangling text nodes from making their way into codegen.out.xml. Some free-form comments would be duplicated and left dangling, making it slightly more difficult to parse "real" comments for the Lua annotations. Cheers.

Here is a git-diff of the XML output: codegen.diff.txt