Should I have a per format indicator that non empty @part is ok for
that format (in texi2any.pl)?
Yes, let's.
If so, should docbook be the only format not warned for, or should
also HTML be in that situation, as non empty @part is correctly
rendered in that format?
No warni
On 05/13/2014 02:38 PM, Patrice Dumas wrote:
> Ok, I expanded the macros and indeed, the problem is that there are @c
> that swallow the end of lines. After user-defined @-macro expansion,
> the texinfo indeed reads:
>
> @deffn Composite example (@var{string}, @r{[}@var{count} = @samp{1}@r{]}@c,
On Tue, May 13, 2014 at 08:13:08AM -0600, Eric Blake wrote:
> On 05/13/2014 06:54 AM, Marijn Schouten (hkBst) wrote:
> > On
> > https://www.gnu.org/savannah-checkouts/gnu/m4/manual/m4-1.4.17/html_node/Manual.html#Manual
> >
> > the example macro prototype is somewhat malformed:
> >
> > ===
> >
>
On 05/13/2014 02:20 PM, Patrice Dumas wrote:
>> I'm suspecting a bug in texinfo (hence the added cc); this is the source
>> code for that line:
>>
>> @deffn Composite example (@var{string}, @dvar{count, 1}, @
>> @ovar{argument}@dots{})
>> This is a sample prototype. There is not really a macro
On Tue, May 13, 2014 at 08:13:08AM -0600, Eric Blake wrote:
> On 05/13/2014 06:54 AM, Marijn Schouten (hkBst) wrote:
> > On
> > https://www.gnu.org/savannah-checkouts/gnu/m4/manual/m4-1.4.17/html_node/Manual.html#Manual
> >
> > the example macro prototype is somewhat malformed:
> >
> > ===
> >
>
On 05/13/2014 06:54 AM, Marijn Schouten (hkBst) wrote:
> On
> https://www.gnu.org/savannah-checkouts/gnu/m4/manual/m4-1.4.17/html_node/Manual.html#Manual
>
> the example macro prototype is somewhat malformed:
>
> ===
>
> Composite: example (string, [count = ‘1’]
>
> [argument]This is a samp