Include short description as first line of long text

Closes-Bug: #1268720

Change-Id: Ief73bdb14ec79c0d7b61f9b53022e1baec6a7144
author: diane fleming diane.fleming@rackspace.com
This commit is contained in:
Diane Fleming
2014-01-31 14:50:55 -06:00
parent 0a598bbb1c
commit 4c3352849f

View File

@@ -299,7 +299,7 @@
<!-- Method Docs -->
<xsl:choose>
<xsl:when test="wadl:doc//db:*[@role = 'shortdesc']" xmlns:db="http://docbook.org/ns/docbook">
<xsl:apply-templates select="wadl:doc/*[not(@role='shortdesc')]"/>
<xsl:apply-templates select="wadl:doc/*"/>
</xsl:when>
<xsl:otherwise>
<!-- Suppress because everything will be in the table -->