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


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

Re: funcsynopsis


[Follow-ups to docbook-apps@lists.oasis-open.org]

/ Jeff Rancier <jeff.rancier@softechnics.com> was heard to say:
| I have the following snippet in my document:
| 
|       <funcsynopsis>
|         <funcsynopsisinfo>#include "softech.h"</funcsynopsisinfo>
|         <funcdef>void <function>sft_3beep_on_off</function></funcdef>
|         <paramdef>int <parameter>on_off</parameter></paramdef>
|       </funcsynopsis>
| 
| This results in:
| 
| #include "softech.h"
| void sft_3beep_on_off(on_off);
| 
| Can anyone tell me why I don't see the parmemter type, i.e. I would like it
| to look like:
| 
| #include "softech.h"
| void sft_3beep_on_off(int on_off);
| 
| Is <paramdef/> deprecated?

Looks like a stylesheet bug to me.

                                        Be seeing you,
                                          norm

-- 
Norman Walsh <ndw@nwalsh.com>      | Before doing someone a favour,
http://www.oasis-open.org/docbook/ | make sure that he isn't a
Chair, DocBook Technical Committee | madman.--Eug\'ene Labiche


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