imfreedom/gir-tools

ed9383c0fbbb
Parents 6919ef9d47bf
Children 5cfe183b792c
Missed the update for checking documentation on properties
  • +1 -1
    girlint.xsl
  • --- a/girlint.xsl Wed Oct 25 03:39:14 2023 -0500
    +++ b/girlint.xsl Wed Oct 25 03:49:32 2023 -0500
    @@ -24,7 +24,7 @@
    <xsl:value-of select="concat('property ', ../@name, ':', @name, ' missing version', $newline)"/>
    </xsl:if>
    - <xsl:if test="not(@doc)">
    + <xsl:if test="not(gir:doc)">
    <xsl:value-of select="concat('property ', ../@name, ':', @name, ' missing documentation', $newline)"/>
    </xsl:if>
    </xsl:template>