diff options
author | Frédéric Péters <fpeters@0d.be> | 2009-08-30 16:46:02 +0200 |
---|---|---|
committer | Frédéric Péters <fpeters@0d.be> | 2009-08-30 16:46:02 +0200 |
commit | 640be8109d066e85ed77c810830a5f73c750415b (patch) | |
tree | 75c36a4659ac6fc63a21468ea526d0fbc0d74026 /docs | |
parent | c888b5ca722fcad6a03de585606c677c2969ebd6 (diff) | |
download | pygobject-640be8109d066e85ed77c810830a5f73c750415b.tar.gz |
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.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/xsl/devhelp.xsl b/docs/xsl/devhelp.xsl index b329a4ce..ce277393 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" |