This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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


/ "Rafael R. Sevilla" <sevillar@team.ph.inter.net> 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 <ndw@nwalsh.com>      | Linux. Because rebooting is for
http://www.oasis-open.org/docbook/ | hardware upgrades.
Chair, DocBook Technical Committee |


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]