[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: defxx regression in docbook output cvs texinfo
From: |
Patrice Dumas |
Subject: |
Re: defxx regression in docbook output cvs texinfo |
Date: |
Sun, 22 Jul 2012 10:14:14 +0200 |
User-agent: |
Mutt/1.5.20 (2009-12-10) |
On Sat, Jul 21, 2012 at 10:25:00AM -0700, Per Bothner wrote:
>
> I agree. Updated patch attached.
Thanks, applied!
As a side note, I'd like to replace some @def* with specialized docbook
synopsis. I see 2 possibilities:
1) Use *synopsis for specialized @def*:
funcsynopsis for @defun and @deftypefun, fielsdsynopsis for @defivar and
@deftypeivar, classsynopsis for @defmethod and @deftypemethod.
For those there wouldn't be the phrase you added.
2) use *synopsisinfo for the category
In that case <*synopsis> would be used for most of the @def* the category
would be put in <*synopsisinfo>. Like:
defop:
<classsynopsis><classsynopsisinfo>category</classsynopsisinfo><ooclass><classname>class<><><methodsynopsis><methodname><replaceable><></methodname><methodparam><parameter>...<><><>
Thus the <phrase> would be left only for the @def* that have no
corresponding synopsis, like @defopt.
does one of those possibility looks good?
--
Pat
- defxx regression in docbook output cvs texinfo, Per Bothner, 2012/07/21
- Re: defxx regression in docbook output cvs texinfo, Patrice Dumas, 2012/07/21
- Re: defxx regression in docbook output cvs texinfo, Per Bothner, 2012/07/21
- Re: defxx regression in docbook output cvs texinfo,
Patrice Dumas <=
- Re: defxx regression in docbook output cvs texinfo, Per Bothner, 2012/07/22
- Re: defxx regression in docbook output cvs texinfo, Patrice Dumas, 2012/07/23
- Re: defxx regression in docbook output cvs texinfo, Per Bothner, 2012/07/23
- Re: defxx regression in docbook output cvs texinfo, Karl Berry, 2012/07/23
- Re: defxx regression in docbook output cvs texinfo, Patrice Dumas, 2012/07/23