On 2013-05-28, Rupert Swarbrick <rswarbrick at gmail.com> wrote:
> Robert Dodier <robert.dodier at gmail.com> writes:
>> On 2013-05-28, Rupert Swarbrick <rswarbrick at gmail.com> wrote:
>>
>>> (%i1) ?? array
>>>
>>> 0: Arrays
>>> 1: array (Functions and Variables for Arrays)
>>> 2: array <1> (Functions and Variables for Arrays)
>>> 3: array <2> (Functions and Variables for Arrays)
>>> 4: arrayapply (Functions and Variables for Arrays)
>>> <snip>
>>>
>>> Did you mean that "array <1>" and "array <2>" shouldn't appear?
>>
>> Right -- I think it is due to Texinfo 5 -- neither the old code nor the
>> new parses it correctly.
>
> Oh, OK. That's easy enough to fix. Just for ?? or for ? as well?
Well, the goal is to display all distinct documentation items. @deffoox
aren't distinct from the preceding @deffoo, so not them. But if there
are multiple @deffoo for the same name (as there are for zlabel for
example) then display all of them.
best
Robert Dodier