aboutsummaryrefslogtreecommitdiffstats
path: root/lib/erl_docgen/priv/xsl/db_pdf.xsl
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2018-03-28 13:16:28 +0200
committerHans Nilsson <[email protected]>2018-03-28 15:09:10 +0200
commit9c74f13b4d6476fecf80a0fc37e266997c7f3c44 (patch)
tree5986d763b1d93ba4fc1b4f6690291b59ae5bec8d /lib/erl_docgen/priv/xsl/db_pdf.xsl
parent6e13704cf55ca1a13713ddd3ba68e19db44473c1 (diff)
downloadotp-9c74f13b4d6476fecf80a0fc37e266997c7f3c44.tar.gz
otp-9c74f13b4d6476fecf80a0fc37e266997c7f3c44.tar.bz2
otp-9c74f13b4d6476fecf80a0fc37e266997c7f3c44.zip
erl_docgen: Add datatype-title tag to datatype tag
Diffstat (limited to 'lib/erl_docgen/priv/xsl/db_pdf.xsl')
-rw-r--r--lib/erl_docgen/priv/xsl/db_pdf.xsl7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/erl_docgen/priv/xsl/db_pdf.xsl b/lib/erl_docgen/priv/xsl/db_pdf.xsl
index 46de66bcd8..05fc79ed71 100644
--- a/lib/erl_docgen/priv/xsl/db_pdf.xsl
+++ b/lib/erl_docgen/priv/xsl/db_pdf.xsl
@@ -299,6 +299,13 @@
<xsl:apply-templates/>
</xsl:template>
+ <!-- Datatype Title-->
+ <xsl:template match="datatype_title">
+ <fo:block xsl:use-attribute-sets="h4">
+ <xsl:apply-templates/>
+ </fo:block>
+ </xsl:template>
+
<!-- Datatype -->
<xsl:template match="datatype">
<fo:block xsl:use-attribute-sets="function-name">