summaryrefslogtreecommitdiff
path: root/interface-definitions/include/interface-description.xml.i
AgeCommit message (Collapse)Author
2021-03-14xml: include: fix typo on include commentChristian Poessinger
When including XML files they all contained a comment from where the snipped had actually been included from. The comment had been "included start" and "included end" instead of "include start" and "include end". This commit corrects the glitch.
2020-10-04xml: include: add comment about source filename to every include snippetChristian Poessinger
2020-03-04xml: include: description: adjust help messageChristian Poessinger
2019-12-26xml: remove leading carrot (^) from regex syntaxChristian Poessinger
... as the carrot is applied automatically when reading in the XML definition. Auto replaced by: $ find interface-definitions -type f | xargs sed -i 's/regex>^/regex>/'
2019-12-06T1843: use include files for interface descriptionChristian Poessinger