Next in thread → Next in month →

Re: DOCBOOK-APPS: How to make <funcprototype/> produce ANSI prototypes

From
Norman Walsh <>
Date
2001-06-14T14:11:17+00:00
ID
Thread
Re: DOCBOOK-APPS: How to make <funcprototype/> produce ANSI prototypes
/ "Rafael R. Sevilla" <> was heard to say:
| I just noticed that <funcprototype/> produces K&R (old-style C) prototypes
| as opposed to ANSI.  Is there a way to make it produce ANSI prototypes
| instead, or at least fix things up so that each parameter appears on a
| separate line?

Set $funcsynopsis.style=ansi either with an xsl:param in your custom
stylesheet:

 <xsl:param name="funcsynopsis.style" select="'ansi'"/>

or as a command line option to your processor.

                                        Be seeing you,
                                          norm

-- 
Norman Walsh <>      | Linux. Because rebooting is for
http://www.oasis-open.org/docbook/ | hardware upgrades.
Chair, DocBook Technical Committee |
Next in thread → Next in month →