Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 382045 Details for
Bug 552984
Add DevHelp docs to OpenChange
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh90 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
based on the one in dbus
doxygen_to_devhelp.xsl (text/plain), 1.26 KB, created by
Milan Crha
on 2010-01-06 18:42:18 UTC
(
hide
)
Description:
based on the one in dbus
Filename:
MIME Type:
Creator:
Milan Crha
Created:
2010-01-06 18:42:18 UTC
Size:
1.26 KB
patch
obsolete
><xsl:stylesheet > xmlns:xsl="http://www.w3.org/1999/XSL/Transform" > xmlns:fo="http://www.w3.org/1999/XSL/Format" > version="1.0"> > ><xsl:output method="xml" version="1.0" indent="yes"/> > ><xsl:param name="prefix"></xsl:param> ><xsl:param name="booktitle"></xsl:param> ><xsl:param name="bookpart"></xsl:param> > ><xsl:template match="/"> > <book title="OpenChange: {$booktitle}" > name="openchange-{$bookpart}" > link="index.html"> > <functions> > <xsl:apply-templates select="doxygenindex/compound[@kind='file']/member[@kind='function']"/> > <xsl:apply-templates select="doxygenindex/compound[@kind='class']/member[@kind='function']"/> > </functions> > </book> ></xsl:template> > ><xsl:template match="member"> > <xsl:param name="name"><xsl:value-of select="name"/></xsl:param> > <xsl:param name="refid"><xsl:value-of select="@refid"/></xsl:param> > <xsl:param name="before"><xsl:value-of select="substring-before($refid,'_1')"/></xsl:param> > <xsl:param name="after"><xsl:value-of select="substring-after($refid,'_1')"/></xsl:param> > <xsl:param name="link"><xsl:value-of select="$before"/>.html#<xsl:value-of select="$after"/></xsl:param> > <xsl:if test="contains($refid, '_8c_')"> > <function name="{$name}" link="{$prefix}{$link}"/> > </xsl:if> ></xsl:template> > ></xsl:stylesheet>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 552984
:
382044
| 382045 |
382046