[gtk-doc/gtk-doc-for-gtk4: 6/7] Don't print abstract titles
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-doc/gtk-doc-for-gtk4: 6/7] Don't print abstract titles
- Date: Mon, 23 Dec 2019 18:22:00 +0000 (UTC)
commit 5488bd3c0611ab37b5179bc596ea2f793ea56a8d
Author: Matthias Clasen <mclasen redhat com>
Date: Sat Jul 13 02:38:18 2019 -0400
Don't print abstract titles
The "Abstract" looks irritating in the otherwise
very minimal output we produce. Just leave it out.
gtk-doc.xsl | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/gtk-doc.xsl b/gtk-doc.xsl
index c5d3a9d..7d6530b 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" />
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]