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
