On Mon, Nov 21, 2022 at 10:04:16PM +0100, Patrice Dumas wrote:
> To have the 'pedantic' variable index entry associated with the
> '-pedantic' table term label. Instead of @item, it could be another
> command, like @itemindex, so something like
>
> @itable @code
> @itemindex v, pedantic, -pedantic
> @itemindexx op, -Wpedantic@comma{} option, -Wpedantic
> description
> @end itable
And if the second argument is omited, it would default to the third
arg, so for example below the op index entry would be -pedantic, the
same as the item term label.
@itable @code
@itemindex op,, -pedantic
description
@end itable
--
Pat