Change <bit> syntax to <bit>n</bit> as Jamey and Josh suggested
and add more button, key, and graphics enumerations.
This commit is contained in:
parent
35ecaf45be
commit
5ccf7216d2
|
@ -1091,7 +1091,7 @@ authorization from the authors.
|
|||
|
||||
<xsl:template match="bit" mode="output-expression">
|
||||
<xsl:text>(1 << </xsl:text>
|
||||
<xsl:value-of select="@bit" />
|
||||
<xsl:value-of select="." />
|
||||
<xsl:text>)</xsl:text>
|
||||
</xsl:template>
|
||||
|
||||
|
|
Loading…
Reference in New Issue