bug-m4
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: example macro prototype is somewhat malformed


From: Eric Blake
Subject: Re: example macro prototype is somewhat malformed
Date: Tue, 13 May 2014 14:37:33 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0

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}, @
>>   @address@hidden)
>> This is a sample prototype.  There is not really a macro named
> 
> What is the definition of @dvar and @ovar?  Alternatively, you can cut
> and paste what is output with -E.

@c @ovar{ARG}
@c -------------------
@c The ARG is an optional argument.  To be used for macro arguments in
@c their documentation (@defmac).
@macro ovar{varname}
@address@hidden@address@hidden
@end macro

@c @dvar{ARG, DEFAULT}
@c -------------------
@c The ARG is an optional argument, defaulting to DEFAULT.  To be used
@c for macro arguments in their documentation (@defmac).
@macro dvar{varname, default}
@address@hidden = @address@hidden@c
@end macro


-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]