Docgen output would be a bit more useful if it respected the formatting
(such as it is) of the signature content provided by the developer. So,
let's make that happen.
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
<xsl:if test="@key='type'">Data type:</xsl:if>
<xsl:if test="@key='class'">Object class:</xsl:if>
</td>
- <td class="value params"><xsl:value-of select="res:string"/></td>
+ <td class="value params"><pre><xsl:value-of select="res:string"/></pre></td>
</tr>
</xsl:template>