[pygobject] Specify programming language in .devhelp file
- From: Frederic Peters <fpeters src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [pygobject] Specify programming language in .devhelp file
- Date: Sun, 30 Aug 2009 15:32:49 +0000 (UTC)
commit 640be8109d066e85ed77c810830a5f73c750415b
Author: Frédéric Péters <fpeters 0d be>
Date: Sun Aug 30 16:46:02 2009 +0200
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.
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 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"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]