summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorRobert Marklund <robert.marklund@stericsson.com>2011-08-12 11:46:36 +0200
committerUlf Hansson <ulf.hansson@stericsson.com>2011-09-19 15:17:30 +0200
commitcb572f3786db5104edfa0a730b4b80ad8e7532cb (patch)
tree9f4b3f9f2d463669ffd61d22659e0cae57e3ae2d /Documentation
parentfdc0c2bef0321f9023b52da225d5e2c8c4566c77 (diff)
Doc: Fixing documentation for html generation
Change documentation to align with header files and source file renames and move. Change-Id: I8e67e41e90dfb61255db5e2e84ead09972361c1c Signed-off-by: Robert Marklund <robert.marklund@stericsson.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/DocBook/prcmu-fw-api.tmpl4
-rw-r--r--Documentation/DocBook/shrm.tmpl2
-rwxr-xr-x[-rw-r--r--]Documentation/DocBook/stylesheet.xsl28
3 files changed, 21 insertions, 13 deletions
diff --git a/Documentation/DocBook/prcmu-fw-api.tmpl b/Documentation/DocBook/prcmu-fw-api.tmpl
index 2d9419de53e..74f3e4d0995 100644
--- a/Documentation/DocBook/prcmu-fw-api.tmpl
+++ b/Documentation/DocBook/prcmu-fw-api.tmpl
@@ -93,7 +93,7 @@
and enumerations which are used in the PRCMU firmware interface driver.
It is also required by the client drivers.
</para>
-!Iarch/arm/mach-ux500/include/mach/prcmu-fw-api.h
+!Iarch/arm/mach-ux500/include/mach/prcmu.h
</chapter>
<chapter id="pubfunctions">
@@ -102,7 +102,7 @@
This chapter contains the autogenerated documentation of the kernel
API functions which are exported to the client drivers.
</para>
-!Earch/arm/mach-ux500/prcmu-db8500.c
+!Edrivers/mfd/db8500-prcmu.c
</chapter>
diff --git a/Documentation/DocBook/shrm.tmpl b/Documentation/DocBook/shrm.tmpl
index 2773b821bf5..b93bb065172 100644
--- a/Documentation/DocBook/shrm.tmpl
+++ b/Documentation/DocBook/shrm.tmpl
@@ -104,7 +104,7 @@
<para>
This Section lists the API's provided by the SHRM driver to phonet drivers.
</para>
-!Edrivers/net/u8500_shrm.c
+!Edrivers/modem/shrm/shrm_fifo.c
<para>
This Section lists the API's provided by the SHRM driver used in transmission of RPC, AUDIO and SECURITY messages.
</para>
diff --git a/Documentation/DocBook/stylesheet.xsl b/Documentation/DocBook/stylesheet.xsl
index 85b25275196..b2769ce5c8f 100644..100755
--- a/Documentation/DocBook/stylesheet.xsl
+++ b/Documentation/DocBook/stylesheet.xsl
@@ -1,10 +1,18 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<stylesheet xmlns="http://www.w3.org/1999/XSL/Transform" version="1.0">
-<param name="chunk.quietly">1</param>
-<param name="funcsynopsis.style">ansi</param>
-<param name="funcsynopsis.tabular.threshold">80</param>
-<param name="callout.graphics">0</param>
-<!-- <param name="paper.type">A4</param> -->
-<param name="generate.section.toc.level">2</param>
-<param name="use.id.as.filename">1</param>
-</stylesheet>
+<?xml version='1.0'?>
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ xmlns:fo="http://www.w3.org/1999/XSL/Format"
+ version="1.0">
+ <xsl:param name="use.id.as.filename" select="'1'"/>
+ <xsl:param name="admon.graphics" select="'1'"/>
+ <xsl:param name="admon.graphics.path"></xsl:param>
+ <xsl:param name="chunk.section.depth" select="2"></xsl:param>
+ <xsl:param name="chunk.quietly">1</xsl:param>
+ <xsl:param name="html.stylesheet"
+ select="'style.css'"/>
+ <xsl:param name="section.autolabel" select="1"/>
+ <xsl:param name="table.section.depth" select="1"/>
+ <xsl:param name="toc.section.depth" select="5"/>
+ <xsl:template name="user.header.content">
+ <link href="../style.css" title="walsh" rel="stylesheet" type="text/css"/>
+ </xsl:template>
+</xsl:stylesheet> \ No newline at end of file