summaryrefslogtreecommitdiff
path: root/doc/manual/xidl2docbook.xsl
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2014-03-26 19:21:20 +0000
committer <>2014-05-08 15:03:54 +0000
commitfb123f93f9f5ce42c8e5785d2f8e0edaf951740e (patch)
treec2103d76aec5f1f10892cd1d3a38e24f665ae5db /doc/manual/xidl2docbook.xsl
parent58ed4748338f9466599adfc8a9171280ed99e23f (diff)
downloadVirtualBox-master.tar.gz
Imported from /home/lorry/working-area/delta_VirtualBox/VirtualBox-4.3.10.tar.bz2.HEADVirtualBox-4.3.10master
Diffstat (limited to 'doc/manual/xidl2docbook.xsl')
-rw-r--r--doc/manual/xidl2docbook.xsl10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/manual/xidl2docbook.xsl b/doc/manual/xidl2docbook.xsl
index 12ea9399..839b19da 100644
--- a/doc/manual/xidl2docbook.xsl
+++ b/doc/manual/xidl2docbook.xsl
@@ -5,7 +5,7 @@
XSLT stylesheet that generates docbook from
VirtualBox.xidl.
- Copyright (C) 2006-2008 Oracle Corporation
+ Copyright (C) 2006-2012 Oracle Corporation
This file is part of VirtualBox Open Source Edition (OSE), as
available from http://www.virtualbox.org. This file is free software;
@@ -95,8 +95,8 @@
- - - - - - - - - - - - - - - - - - - - - - -->
<xsl:template match="/idl">
- <chapter>
- <title id="sdkref_classes">Classes (interfaces)</title>
+ <chapter id="sdkref_classes">
+ <title>Classes (interfaces)</title>
<xsl:for-each select="//interface">
<xsl:sort select="@name"/>
@@ -289,8 +289,8 @@
</xsl:for-each>
</chapter>
- <chapter>
- <title id="sdkref_enums">Enumerations (enums)</title>
+ <chapter id="sdkref_enums">
+ <title>Enumerations (enums)</title>
<xsl:for-each select="//enum">
<xsl:sort select="@name"/>