Documentation with scribble for infix syntax

Hi,

scribble seems to be done only for prefix notation, if i do that:

@defform[{name <- value}]{
Assign to the variable @racket[name] the value @racket[value].
}

scribble will assume name to be the macro name instead of <- , this annoying because in the index only name will appear.

Is there a way to circumvent this behavior?

Regards,

You need to define your own definfix and use that instead of defform.
Check how defform is defined in the Scribble sources.