summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-07-13 02:38:18 -0400
committerMatthias Clasen <mclasen@redhat.com>2019-07-13 02:38:18 -0400
commitf166685e176c36d11f93dc7789ee06da96aa4e1c (patch)
tree0f284ed12c51e984276013092bf6c8e580ebd166
parent37d11d9dbc5c0c38124c8fcdd76bae08521f99ce (diff)
downloadgtk-doc-abstract.tar.gz
Don't print abstract titlesabstract
The "Abstract" looks irritating in the otherwise very minimal output we produce. Just leave it out.
-rw-r--r--gtk-doc.xsl1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk-doc.xsl b/gtk-doc.xsl
index 1a7a1ee..1654eb6 100644
--- a/gtk-doc.xsl
+++ b/gtk-doc.xsl
@@ -41,6 +41,7 @@
<xsl:param name="html.ext" select="'.html'"/>
<xsl:param name="refentry.generate.name" select="0"/>
<xsl:param name="refentry.generate.title" select="1"/>
+ <xsl:param name="abstract.notitle.enabled" select="1"/>
<!-- don't generate all those link tags (very slow and hardly used)
it does not show much effect as we have a user.head.content template
<xsl:param name="html.extra.head.links" select="0" />