diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2008-06-24 16:02:35 +0000 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@gmail.com> | 2009-02-13 00:01:42 +0200 |
commit | d6b4d0f7e75d00dfdb11c09211e6506f632e8c0b (patch) | |
tree | 2887649692f20ade98e57615e5e4b112d22174c1 /tools | |
parent | b7d1ff69810db03573c7a99af6b66bd88b40503c (diff) |
doc-generator.xsl: tp:docstring: correctly render tp:dbus-ref and any other markup that appears inside a tp:docstring
Diffstat (limited to 'tools')
-rw-r--r-- | tools/doc-generator.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/doc-generator.xsl b/tools/doc-generator.xsl index 72b12d9..75cbf15 100644 --- a/tools/doc-generator.xsl +++ b/tools/doc-generator.xsl @@ -69,7 +69,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA </xsl:template> <xsl:template match="tp:docstring"> - <xsl:apply-templates select="text() | html:* | tp:rationale" mode="html"/> + <xsl:apply-templates mode="html"/> </xsl:template> <xsl:template match="tp:added"> |