[OpenSRF-GIT] OpenSRF branch master updated. 2e919d795f0d6c5c17218fef68e894903b168a48

Evergreen Git git at git.evergreen-ils.org
Wed Apr 2 19:22:43 EDT 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OpenSRF".

The branch, master has been updated
       via  2e919d795f0d6c5c17218fef68e894903b168a48 (commit)
      from  951d97a32db426874c4bb6314e473660d765f302 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 2e919d795f0d6c5c17218fef68e894903b168a48
Author: Mike Rylander <mrylander at gmail.com>
Date:   Thu Mar 13 16:55:19 2014 -0400

    LP#1292214: Improve docgen output
    
    Docgen output would be a bit more useful if it respected the formatting
    (such as it is) of the signature content provided by the developer. So,
    let's make that happen.
    
    Signed-off-by: Mike Rylander <mrylander at gmail.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

diff --git a/src/extras/docgen.xsl b/src/extras/docgen.xsl
index b1d77fe..74df384 100644
--- a/src/extras/docgen.xsl
+++ b/src/extras/docgen.xsl
@@ -307,7 +307,7 @@ span.subcode { color:darkblue;}        </style>
         <xsl:if test="@key='type'">Data type:</xsl:if>
         <xsl:if test="@key='class'">Object class:</xsl:if>
       </td>
-      <td class="value params"><xsl:value-of select="res:string"/></td>
+      <td class="value params"><pre><xsl:value-of select="res:string"/></pre></td>
     </tr>
   </xsl:template>
 

-----------------------------------------------------------------------

Summary of changes:
 src/extras/docgen.xsl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
OpenSRF


More information about the opensrf-commits mailing list