mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-05-30 17:00:39 +00:00
Mark settings with callbacks as realtime and output this in the generated docs
This commit is contained in:
parent
1d9d7e9042
commit
ee2ac9e1d9
3 changed files with 52 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue