summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorFrédéric Péters <fpeters@0d.be>2009-08-30 16:46:02 +0200
committerFrédéric Péters <fpeters@0d.be>2009-08-30 16:46:02 +0200
commit640be8109d066e85ed77c810830a5f73c750415b (patch)
tree75c36a4659ac6fc63a21468ea526d0fbc0d74026 /docs
parentc888b5ca722fcad6a03de585606c677c2969ebd6 (diff)
downloadpygobject-640be8109d066e85ed77c810830a5f73c750415b.tar.gz
pygobject-640be8109d066e85ed77c810830a5f73c750415b.tar.xz
pygobject-640be8109d066e85ed77c810830a5f73c750415b.zip
Specify programming language in .devhelp file
This add a new language attribute (hardcoded to python) in the .devhelp file that is produced when using ref-html-style.xsl.
Diffstat (limited to 'docs')
-rw-r--r--docs/xsl/devhelp.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/xsl/devhelp.xsl b/docs/xsl/devhelp.xsl
index b329a4c..ce27739 100644
--- a/docs/xsl/devhelp.xsl
+++ b/docs/xsl/devhelp.xsl
@@ -44,7 +44,7 @@
glossary|index|refentry|
bridgehead|sect1"/>
- <book title="{$title}" link="{$link}" author="{$author}" name="{$gtkdoc.bookname}">
+ <book title="{$title}" link="{$link}" author="{$author}" name="{$gtkdoc.bookname}" language="python">
<xsl:if test="$toc.nodes">
<chapters>
<xsl:apply-templates select="$toc.nodes"