Mark settings with callbacks as realtime and output this in the generated docs

This commit is contained in:
Marcus Weseloh 2020-11-13 20:46:02 +01:00
parent 1d9d7e9042
commit ee2ac9e1d9
3 changed files with 52 additions and 1 deletions

View file

@ -65,6 +65,18 @@
<xsl:copy-of select="def" />
\endhtmlonly
<xsl:if test="realtime">
\par Real-time
<xsl:choose>
<xsl:when test="realtime/text()">
\htmlonly
<xsl:copy-of select="realtime" />
\endhtmlonly
</xsl:when>
<xsl:otherwise>This setting can be changed during runtime of the synthesizer.</xsl:otherwise>
</xsl:choose>
</xsl:if>
<xsl:if test="deprecated">
\deprecated This setting is deprecated and might be removed in a future version of FluidSynth.
</xsl:if>