I struggled with a similar case, in my case the easiest/simplest solution was to use: @var[identifier] instead of @racket[identifier] (this works well for function arguments, but might not work for your case) https://docs.racket-lang.org/scribble/scribble_manual_code.html?q=var#%28form._%28%28lib._scribble%2Fmanual..rkt%29._var%29%29
Writing this mainly for others who have overlooked var like I did. Simon -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-users/dd6a15cc-684c-4998-b9bf-93e943a476ado%40googlegroups.com.

