[vsipl++] [patch] Document div, mul, and sub elementwise functions

Brooks Moses brooks at codesourcery.com
Wed Aug 6 17:19:34 UTC 2008


Mike LeBlanc wrote, at 8/6/2008 7:22 AM:
> On Aug 6, 2008, at 9:59 AM, Jules Bergmann wrote:
>> I agree the output looks ugly.  How long would a fix take?  If it is  
>> a couple of hours, go for it.  Otherwise, let's punt until another  
>> year, as Mark suggests.
> 
> I have the following changes and they seem to do what Stefan  
> predicted.  Will this do?

This looks good functionally, and I've checked to confirm that
"functionsynopsis" is not used in either the stable or trunk versions of
the getting-started guide:

 > grep -R functionsynopsis getting-started-stable/
 > grep -R functionsynopsis getting-started-trunk/
 >

It would be good to indent these lines a space to match the other
elements, and add a comment along the lines of "Format function synopses
in ANSI style, not K&R style" above them.  With those changes, this is
good to check in.

- Brooks, occasional csl-docbook maintainer.  :)


> mike at cugel:~/csl-docbook$ svn diff
> Index: xsl/fo/csl.xsl
> ===================================================================
> --- xsl/fo/csl.xsl	(revision 216979)
> +++ xsl/fo/csl.xsl	(working copy)
> @@ -342,5 +342,7 @@
>    /article nop
>   </xsl:param>
> 
> +<xsl:param name="funcsynopsis.style">ansi</xsl:param>
> +
>   </xsl:stylesheet>
> 
> Index: xsl/html/csl.xsl
> ===================================================================
> --- xsl/html/csl.xsl	(revision 216979)
> +++ xsl/html/csl.xsl	(working copy)
> @@ -47,4 +47,6 @@
>        are displayed in their intrinsic size instead.  -->
>   <xsl:param name="ignore.image.scaling">1</xsl:param>
> 
> +<xsl:param name="funcsynopsis.style">ansi</xsl:param>
> +
>   </xsl:stylesheet>
> 




More information about the vsipl++ mailing list