depgen: Do not recurse into templates

Same logic, more efficient implementation.

* src/current/include/depgen.xsl (preproc:depgen): Stop at lv:template.
master
Mike Gerwitz 2019-02-02 23:19:40 -05:00
parent 07e5dbd94b
commit a35844f3fb
1 changed files with 1 additions and 1 deletions

View File

@ -358,7 +358,7 @@
</xsl:template>
<xsl:template match="c:*[ ancestor::lv:template ]"
<xsl:template match="lv:template"
mode="preproc:depgen" priority="8">
<!-- ignore symbols within templates -->
</xsl:template>